Shades of Fire Engine Red #BB1528
Tints of Fire Engine Red #BB1528
RGB
CMYK
RGB Variations
Color information
#BB1528 (or 0xBB1528) is known color: Fire Engine Red. HEX triplet: BB, 15 and 28. RGB value is (187,21,40). Sum of RGB (Red+Green+Blue) = 187+21+40=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1528 is #44EAD7. Grayscale: #484848. Windows color (decimal): -4516568 or 2627003. OLE color: 2627003.
HSL color Cylindrical-coordinate representation of color #BB1528: hue angle of 353.13º degrees, saturation: 0.8, 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 #BB1528 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 40 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.27 |
| HSL | 353.13º | 0.8% | 0.41% | - |
| HSV(B) | 353.13º | 0.89% | 0.73% | - |
| XYZ | 21.14 | 11.25 | 3.07 | - |
| YUV | 72.8 | 109.5 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 40 | 0 | 0.89 | 0.79 | 0.27 | 353.13 | 0.8 | 0.41 |
| Hex | BB | 15 | 28 | 0 | 59 | 4F | 1B | 161 | 50 | 29 |
| Octal | 273 | 25 | 50 | 0 | 131 | 117 | 33 | 541 | 120 | 51 |
| Binary | 10111011 | 10101 | 101000 | 0 | 1011001 | 1001111 | 11011 | 101100001 | 1010000 | 101001 |
Color Harmonies of #BB1528
Complementary color
Monochromatic Colors of #BB1528
Black with #BB1528
Text Example
Text Example
White with #BB1528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1528; }
p { color: rgb(187,21,40); }
H1.HeaderClassName
{
color: #BB1528;
}
.AnyTagClassName
{
color: #BB1528;
}
</style>
background-color css
<style>
a { background-color: #BB1528; }
a { background-color: rgb(187,21,40); }
div.DivClassName
{
background-color: #BB1528;
}
.BgClassName
{
background-color: #BB1528;
}
</style>
border-color css
<style>
span { border-color: #BB1528; }
span { border-color: rgb(187,21,40); }
td.TdClassName
{
border-color: #BB1528;
}
.TagClassName
{
border-color: #BB1528;
}
</style>