Shades of Fire Engine Red #BB1824
Tints of Fire Engine Red #BB1824
RGB
CMYK
RGB Variations
Color information
#BB1824 (or 0xBB1824) is known color: Fire Engine Red. HEX triplet: BB, 18 and 24. RGB value is (187,24,36). Sum of RGB (Red+Green+Blue) = 187+24+36=247 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.71% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1824 is #44E7DB. Grayscale: #4A4A4A. Windows color (decimal): -4515804 or 2365627. OLE color: 2365627.
HSL color Cylindrical-coordinate representation of color #BB1824: hue angle of 355.58º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1824 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 36 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.27 |
| HSL | 355.58º | 0.77% | 0.41% | - |
| HSV(B) | 355.58º | 0.87% | 0.73% | - |
| XYZ | 21.14 | 11.35 | 2.74 | - |
| YUV | 74.11 | 106.5 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 36 | 0 | 0.87 | 0.81 | 0.27 | 355.58 | 0.77 | 0.41 |
| Hex | BB | 18 | 24 | 0 | 57 | 51 | 1B | 164 | 4D | 29 |
| Octal | 273 | 30 | 44 | 0 | 127 | 121 | 33 | 544 | 115 | 51 |
| Binary | 10111011 | 11000 | 100100 | 0 | 1010111 | 1010001 | 11011 | 101100100 | 1001101 | 101001 |
Color Harmonies of #BB1824
Complementary color
Monochromatic Colors of #BB1824
Black with #BB1824
Text Example
Text Example
White with #BB1824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1824; }
p { color: rgb(187,24,36); }
H1.HeaderClassName
{
color: #BB1824;
}
.AnyTagClassName
{
color: #BB1824;
}
</style>
background-color css
<style>
a { background-color: #BB1824; }
a { background-color: rgb(187,24,36); }
div.DivClassName
{
background-color: #BB1824;
}
.BgClassName
{
background-color: #BB1824;
}
</style>
border-color css
<style>
span { border-color: #BB1824; }
span { border-color: rgb(187,24,36); }
td.TdClassName
{
border-color: #BB1824;
}
.TagClassName
{
border-color: #BB1824;
}
</style>