#b2000f
a dark, electric red · warm · closest name: firebrick
RGB
178, 0, 15
HSL
355°, 100%, 35%
CMYK
0, 100, 92, 30
Luminance
0.0950
Every format
| HEX | #b2000f |
| RGB | rgb(178, 0, 15) |
| HSL | hsl(355, 100%, 35%) |
| CMYK | cmyk(0%, 100%, 92%, 30%) |
| LAB | lab(36.9 61.3 45.4) |
| LCH | lch(36.9 76.3 36.5) |
| OKLCH | oklch(0.480 0.196 27.3) |
Copy-ready code
/* CSS */
color: #b2000f;
background-color: #b2000f;
/* Tailwind (arbitrary) */
class="text-[#b2000f] bg-[#b2000f]"
/* SCSS */
$brand: #b2000f;
/* SwiftUI */
Color(red: 0.698, green: 0.000, blue: 0.059)
/* Android */
Color.parseColor("#b2000f")Accessibility — WCAG contrast
Aa
#b2000f on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#b2000f on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green0.0%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow91.6%
Key (black)30.2%
Color previews
#b2000f text on a black background
contrast 2.90:1
Card sample
#b2000f text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2000f;
Background color
Panel with #b2000f background
background-color: #b2000f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2000f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 0, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 0, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2000f; background: linear-gradient(135deg, #b2000f, #B26800);