Shades of Fire Engine Red #BB1422
Tints of Fire Engine Red #BB1422
RGB
CMYK
RGB Variations
Color information
#BB1422 (or 0xBB1422) is known color: Fire Engine Red. HEX triplet: BB, 14 and 22. RGB value is (187,20,34). Sum of RGB (Red+Green+Blue) = 187+20+34=241 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.59% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1422 is #44EBDD. Grayscale: #474747. Windows color (decimal): -4516830 or 2233531. OLE color: 2233531.
HSL color Cylindrical-coordinate representation of color #BB1422: hue angle of 354.97º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1422 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 34 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.27 |
| HSL | 354.97º | 0.81% | 0.41% | - |
| HSV(B) | 354.97º | 0.89% | 0.73% | - |
| XYZ | 21.03 | 11.18 | 2.56 | - |
| YUV | 71.53 | 106.83 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 34 | 0 | 0.89 | 0.82 | 0.27 | 354.97 | 0.81 | 0.41 |
| Hex | BB | 14 | 22 | 0 | 59 | 52 | 1B | 163 | 51 | 29 |
| Octal | 273 | 24 | 42 | 0 | 131 | 122 | 33 | 543 | 121 | 51 |
| Binary | 10111011 | 10100 | 100010 | 0 | 1011001 | 1010010 | 11011 | 101100011 | 1010001 | 101001 |
Color Harmonies of #BB1422
Complementary color
Monochromatic Colors of #BB1422
Black with #BB1422
Text Example
Text Example
White with #BB1422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1422; }
p { color: rgb(187,20,34); }
H1.HeaderClassName
{
color: #BB1422;
}
.AnyTagClassName
{
color: #BB1422;
}
</style>
background-color css
<style>
a { background-color: #BB1422; }
a { background-color: rgb(187,20,34); }
div.DivClassName
{
background-color: #BB1422;
}
.BgClassName
{
background-color: #BB1422;
}
</style>
border-color css
<style>
span { border-color: #BB1422; }
span { border-color: rgb(187,20,34); }
td.TdClassName
{
border-color: #BB1422;
}
.TagClassName
{
border-color: #BB1422;
}
</style>