Smouldering
#b6321e
Smouldering, represented by the hex value #b6321e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b6321e | |
|---|---|---|
| RGB | rgb(182, 50, 30) | |
| HSL | hsl(8, 72%, 42%) | |
| CMYK | cmyk(0%, 73%, 84%, 29%) | |
| LAB | lab(42, 53, 44) | |
| OKLCH | oklch(0.52 0.172 32) |
Color harmonies
Tints & shades
Code snippets
color: #b6321e;
background-color: #b6321e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFB6321E)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.20, blue: 0.12, alpha: 1.0)