Shades of Fire Engine Red #BB1024
Tints of Fire Engine Red #BB1024
RGB
CMYK
RGB Variations
Color information
#BB1024 (or 0xBB1024) is known color: Fire Engine Red. HEX triplet: BB, 10 and 24. RGB value is (187,16,36). Sum of RGB (Red+Green+Blue) = 187+16+36=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1024 is #44EFDB. Grayscale: #454545. Windows color (decimal): -4517852 or 2363579. OLE color: 2363579.
HSL color Cylindrical-coordinate representation of color #BB1024: hue angle of 352.98º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1024 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 16 | 36 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.27 |
| HSL | 352.98º | 0.84% | 0.4% | - |
| HSV(B) | 352.98º | 0.91% | 0.73% | - |
| XYZ | 21 | 11.06 | 2.7 | - |
| YUV | 69.41 | 109.15 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 16 | 36 | 0 | 0.91 | 0.81 | 0.27 | 352.98 | 0.84 | 0.4 |
| Hex | BB | 10 | 24 | 0 | 5B | 51 | 1B | 161 | 54 | 28 |
| Octal | 273 | 20 | 44 | 0 | 133 | 121 | 33 | 541 | 124 | 50 |
| Binary | 10111011 | 10000 | 100100 | 0 | 1011011 | 1010001 | 11011 | 101100001 | 1010100 | 101000 |
Color Harmonies of #BB1024
Complementary color
Monochromatic Colors of #BB1024
Black with #BB1024
Text Example
Text Example
White with #BB1024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1024; }
p { color: rgb(187,16,36); }
H1.HeaderClassName
{
color: #BB1024;
}
.AnyTagClassName
{
color: #BB1024;
}
</style>
background-color css
<style>
a { background-color: #BB1024; }
a { background-color: rgb(187,16,36); }
div.DivClassName
{
background-color: #BB1024;
}
.BgClassName
{
background-color: #BB1024;
}
</style>
border-color css
<style>
span { border-color: #BB1024; }
span { border-color: rgb(187,16,36); }
td.TdClassName
{
border-color: #BB1024;
}
.TagClassName
{
border-color: #BB1024;
}
</style>