#BF360C
Material deeporange 900
#BF360C is a red colour. In RGB it is 191 red, 54 green and 12 blue, which converts to a hue of 14 degrees, 88% saturation and 40% lightness. It is Material deeporange 900 in that design system's palette.
Color values
| HEX | #BF360C |
|---|---|
| RGB | rgb(191, 54, 12) |
| HSL | hsl(14, 88%, 40%) |
| HSV | hsv(14, 94%, 75%) |
| CMYK | cmyk(0%, 72%, 94%, 25%) |
Contrast and accessibility
Against white the contrast ratio is 5.6:1, and against black it is 3.75:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 5.6:1 | AA | AAA |
| Black | 3.75:1 | Fail | AA |
Tints and shades
Lighter tints move #BF360C toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #BF360C; |
|---|---|
| CSS rgb() | color: rgb(191 54 12); |
| Tailwind | bg-[#bf360c] |
| SwiftUI | Color(red: 0.749, green: 0.212, blue: 0.047) |
| Android | Color.parseColor("#BF360C") |
Closest named color
The nearest CSS colour keyword to #BF360C is firebrick (#B22222).