Shades of Ruby
#9c0009
Shades of Ruby, represented by the hex value #9c0009, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #9c0009 | |
|---|---|---|
| RGB | rgb(156, 0, 9) | |
| HSL | hsl(357, 100%, 31%) | |
| CMYK | cmyk(0%, 100%, 94%, 39%) | |
| LAB | lab(33, 56, 44) | |
| OKLCH | oklch(0.44 0.178 28) |
Color harmonies
Tints & shades
Code snippets
color: #9c0009;
background-color: #9c0009;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9C0009)
/* Swift / UIKit */
UIColor(red: 0.61, green: 0.00, blue: 0.04, alpha: 1.0)