Shades of Fire Engine Red #BB1822
Tints of Fire Engine Red #BB1822
RGB
CMYK
RGB Variations
Color information
#BB1822 (or 0xBB1822) is known color: Fire Engine Red. HEX triplet: BB, 18 and 22. RGB value is (187,24,34). Sum of RGB (Red+Green+Blue) = 187+24+34=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1822 is #44E7DD. Grayscale: #4A4A4A. Windows color (decimal): -4515806 or 2234555. OLE color: 2234555.
HSL color Cylindrical-coordinate representation of color #BB1822: hue angle of 356.32º 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 #BB1822 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 34 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.27 |
| HSL | 356.32º | 0.77% | 0.41% | - |
| HSV(B) | 356.32º | 0.87% | 0.73% | - |
| XYZ | 21.11 | 11.33 | 2.59 | - |
| YUV | 73.88 | 105.5 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 34 | 0 | 0.87 | 0.82 | 0.27 | 356.32 | 0.77 | 0.41 |
| Hex | BB | 18 | 22 | 0 | 57 | 52 | 1B | 164 | 4D | 29 |
| Octal | 273 | 30 | 42 | 0 | 127 | 122 | 33 | 544 | 115 | 51 |
| Binary | 10111011 | 11000 | 100010 | 0 | 1010111 | 1010010 | 11011 | 101100100 | 1001101 | 101001 |
Color Harmonies of #BB1822
Complementary color
Monochromatic Colors of #BB1822
Black with #BB1822
Text Example
Text Example
White with #BB1822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1822; }
p { color: rgb(187,24,34); }
H1.HeaderClassName
{
color: #BB1822;
}
.AnyTagClassName
{
color: #BB1822;
}
</style>
background-color css
<style>
a { background-color: #BB1822; }
a { background-color: rgb(187,24,34); }
div.DivClassName
{
background-color: #BB1822;
}
.BgClassName
{
background-color: #BB1822;
}
</style>
border-color css
<style>
span { border-color: #BB1822; }
span { border-color: rgb(187,24,34); }
td.TdClassName
{
border-color: #BB1822;
}
.TagClassName
{
border-color: #BB1822;
}
</style>