Tamed Beast
#9c2626
Looking for the precise values behind Tamed Beast (#9c2626)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #9c2626 | |
|---|---|---|
| RGB | rgb(156, 38, 38) | |
| HSL | hsl(0, 61%, 38%) | |
| CMYK | cmyk(0%, 76%, 76%, 39%) | |
| LAB | lab(36, 49, 31) | |
| OKLCH | oklch(0.46 0.154 26) |
Color harmonies
Tints & shades
Code snippets
color: #9c2626;
background-color: #9c2626;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9C2626)
/* Swift / UIKit */
UIColor(red: 0.61, green: 0.15, blue: 0.15, alpha: 1.0)