Rustic Rouge
#9d2626
Rustic Rouge, represented by the hex value #9d2626, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #9d2626 | |
|---|---|---|
| RGB | rgb(157, 38, 38) | |
| HSL | hsl(0, 61%, 38%) | |
| CMYK | cmyk(0%, 76%, 76%, 38%) | |
| LAB | lab(36, 49, 31) | |
| OKLCH | oklch(0.46 0.155 26) |
Color harmonies
Tints & shades
Code snippets
color: #9d2626;
background-color: #9d2626;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9D2626)
/* Swift / UIKit */
UIColor(red: 0.62, green: 0.15, blue: 0.15, alpha: 1.0)