Shades of Fire Engine Red #BB1520
Tints of Fire Engine Red #BB1520
RGB
CMYK
RGB Variations
Color information
#BB1520 (or 0xBB1520) is known color: Fire Engine Red. HEX triplet: BB, 15 and 20. RGB value is (187,21,32). Sum of RGB (Red+Green+Blue) = 187+21+32=240 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.92% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1520 is #44EADF. Grayscale: #484848. Windows color (decimal): -4516576 or 2102715. OLE color: 2102715.
HSL color Cylindrical-coordinate representation of color #BB1520: hue angle of 356.02º 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 #BB1520 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 32 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.27 |
| HSL | 356.02º | 0.8% | 0.41% | - |
| HSV(B) | 356.02º | 0.89% | 0.73% | - |
| XYZ | 21.02 | 11.21 | 2.42 | - |
| YUV | 71.89 | 105.5 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 32 | 0 | 0.89 | 0.83 | 0.27 | 356.02 | 0.8 | 0.41 |
| Hex | BB | 15 | 20 | 0 | 59 | 53 | 1B | 164 | 50 | 29 |
| Octal | 273 | 25 | 40 | 0 | 131 | 123 | 33 | 544 | 120 | 51 |
| Binary | 10111011 | 10101 | 100000 | 0 | 1011001 | 1010011 | 11011 | 101100100 | 1010000 | 101001 |
Color Harmonies of #BB1520
Complementary color
Monochromatic Colors of #BB1520
Black with #BB1520
Text Example
Text Example
White with #BB1520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1520; }
p { color: rgb(187,21,32); }
H1.HeaderClassName
{
color: #BB1520;
}
.AnyTagClassName
{
color: #BB1520;
}
</style>
background-color css
<style>
a { background-color: #BB1520; }
a { background-color: rgb(187,21,32); }
div.DivClassName
{
background-color: #BB1520;
}
.BgClassName
{
background-color: #BB1520;
}
</style>
border-color css
<style>
span { border-color: #BB1520; }
span { border-color: rgb(187,21,32); }
td.TdClassName
{
border-color: #BB1520;
}
.TagClassName
{
border-color: #BB1520;
}
</style>