Shades of Fire Engine Red #BB1A21
Tints of Fire Engine Red #BB1A21
RGB
CMYK
RGB Variations
Color information
#BB1A21 (or 0xBB1A21) is known color: Fire Engine Red. HEX triplet: BB, 1A and 21. RGB value is (187,26,33). Sum of RGB (Red+Green+Blue) = 187+26+33=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1A21 is #44E5DE. Grayscale: #4B4B4B. Windows color (decimal): -4515295 or 2169531. OLE color: 2169531.
HSL color Cylindrical-coordinate representation of color #BB1A21: hue angle of 357.39º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1A21 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 26 | 33 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.27 |
| HSL | 357.39º | 0.76% | 0.42% | - |
| HSV(B) | 357.39º | 0.86% | 0.73% | - |
| XYZ | 21.14 | 11.41 | 2.53 | - |
| YUV | 74.94 | 104.34 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 33 | 0 | 0.86 | 0.82 | 0.27 | 357.39 | 0.76 | 0.42 |
| Hex | BB | 1A | 21 | 0 | 56 | 52 | 1B | 165 | 4C | 2A |
| Octal | 273 | 32 | 41 | 0 | 126 | 122 | 33 | 545 | 114 | 52 |
| Binary | 10111011 | 11010 | 100001 | 0 | 1010110 | 1010010 | 11011 | 101100101 | 1001100 | 101010 |
Color Harmonies of #BB1A21
Complementary color
Monochromatic Colors of #BB1A21
Black with #BB1A21
Text Example
Text Example
White with #BB1A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1A21; }
p { color: rgb(187,26,33); }
H1.HeaderClassName
{
color: #BB1A21;
}
.AnyTagClassName
{
color: #BB1A21;
}
</style>
background-color css
<style>
a { background-color: #BB1A21; }
a { background-color: rgb(187,26,33); }
div.DivClassName
{
background-color: #BB1A21;
}
.BgClassName
{
background-color: #BB1A21;
}
</style>
border-color css
<style>
span { border-color: #BB1A21; }
span { border-color: rgb(187,26,33); }
td.TdClassName
{
border-color: #BB1A21;
}
.TagClassName
{
border-color: #BB1A21;
}
</style>