Shades of Fire Engine Red #BB1322
Tints of Fire Engine Red #BB1322
RGB
CMYK
RGB Variations
Color information
#BB1322 (or 0xBB1322) is known color: Fire Engine Red. HEX triplet: BB, 13 and 22. RGB value is (187,19,34). Sum of RGB (Red+Green+Blue) = 187+19+34=240 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.92% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1322 is #44ECDD. Grayscale: #474747. Windows color (decimal): -4517086 or 2233275. OLE color: 2233275.
HSL color Cylindrical-coordinate representation of color #BB1322: hue angle of 354.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1322 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 19 | 34 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.27 |
| HSL | 354.64º | 0.82% | 0.4% | - |
| HSV(B) | 354.64º | 0.9% | 0.73% | - |
| XYZ | 21.02 | 11.15 | 2.56 | - |
| YUV | 70.94 | 107.16 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 34 | 0 | 0.90 | 0.82 | 0.27 | 354.64 | 0.82 | 0.4 |
| Hex | BB | 13 | 22 | 0 | 5A | 52 | 1B | 163 | 52 | 28 |
| Octal | 273 | 23 | 42 | 0 | 132 | 122 | 33 | 543 | 122 | 50 |
| Binary | 10111011 | 10011 | 100010 | 0 | 1011010 | 1010010 | 11011 | 101100011 | 1010010 | 101000 |
Color Harmonies of #BB1322
Complementary color
Monochromatic Colors of #BB1322
Black with #BB1322
Text Example
Text Example
White with #BB1322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1322; }
p { color: rgb(187,19,34); }
H1.HeaderClassName
{
color: #BB1322;
}
.AnyTagClassName
{
color: #BB1322;
}
</style>
background-color css
<style>
a { background-color: #BB1322; }
a { background-color: rgb(187,19,34); }
div.DivClassName
{
background-color: #BB1322;
}
.BgClassName
{
background-color: #BB1322;
}
</style>
border-color css
<style>
span { border-color: #BB1322; }
span { border-color: rgb(187,19,34); }
td.TdClassName
{
border-color: #BB1322;
}
.TagClassName
{
border-color: #BB1322;
}
</style>