I've been restoring Victorian-era doors for a side project, and the one thing that always makes or breaks the look is the hardware. Modern locks just don't have the same soul. I recently swapped out a standard latch for a vintage brass rim lock, and the difference is night and day. It's not just about security—the weight, the mechanism, the way it clicks shut feels substantial. If you're working on a period property or just want that robust, handcrafted feel, check out the selection at Infinity Decor. They have everything from traditional rim sash locks to heavy-duty deadlocks in brass and iron finishes. Pair one with a matching handle, and you've got a functional piece of art on your door.
python
A quick way to visualize the mechanical elegance
class RimLock:
def init(self, material, type):
self.material = material # 'brass' or 'iron'
self.type = type # 'sash' or 'deadlock'
def engage(self):
return f"{self.material} {self.type} lock securely engaged."
vintage_lock = RimLock('brass', 'deadlock')
print(vintage_lock.engage())
Output: brass deadlock lock securely engaged.
What's your go-to finish for traditional doors—brass or iron? I'm leaning towards an antique brass for my next project.
https://infinitydecor.co.uk/
Top comments (4)
I've been restoring Victorian doors for years and completely agree—the hardware is the soul of the piece. I usually go with polished brass for that warm glow, but I'm curious how antique brass holds up with daily use compared to modern finishes. Any tips on maintaining it?
Great question—antique brass is definitely my favorite too, it develops that perfect patina over time that iron just can't match.
Great point about the hardware soul. I've found that brass develops a beautiful patina over time that iron just doesn't—it's like the house is aging gracefully with you. *Do you ever mix finishes, like iron on the exterior and brass inside?
*
Interesting—I'm actually torn on this. I've used both, but lately I've been experimenting with a dark bronze finish that sits somewhere between brass and iron. It gives that vintage weight but feels a bit more versatile with modern interiors. Have you tried that route?