Shades of Fire Engine Red #BB0E29
Tints of Fire Engine Red #BB0E29
RGB
CMYK
RGB Variations
Color information
#BB0E29 (or 0xBB0E29) is known color: Fire Engine Red. HEX triplet: BB, 0E and 29. RGB value is (187,14,41). Sum of RGB (Red+Green+Blue) = 187+14+41=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0E29 is #44F1D6. Grayscale: #444444. Windows color (decimal): -4518359 or 2690747. OLE color: 2690747.
HSL color Cylindrical-coordinate representation of color #BB0E29: hue angle of 350.64º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0E29 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 14 | 41 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.27 |
| HSL | 350.64º | 0.86% | 0.39% | - |
| HSV(B) | 350.64º | 0.93% | 0.73% | - |
| XYZ | 21.05 | 11.04 | 3.12 | - |
| YUV | 68.81 | 112.31 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 14 | 41 | 0 | 0.93 | 0.78 | 0.27 | 350.64 | 0.86 | 0.39 |
| Hex | BB | E | 29 | 0 | 5D | 4E | 1B | 15F | 56 | 27 |
| Octal | 273 | 16 | 51 | 0 | 135 | 116 | 33 | 537 | 126 | 47 |
| Binary | 10111011 | 1110 | 101001 | 0 | 1011101 | 1001110 | 11011 | 101011111 | 1010110 | 100111 |
Color Harmonies of #BB0E29
Complementary color
Monochromatic Colors of #BB0E29
Black with #BB0E29
Text Example
Text Example
White with #BB0E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0E29; }
p { color: rgb(187,14,41); }
H1.HeaderClassName
{
color: #BB0E29;
}
.AnyTagClassName
{
color: #BB0E29;
}
</style>
background-color css
<style>
a { background-color: #BB0E29; }
a { background-color: rgb(187,14,41); }
div.DivClassName
{
background-color: #BB0E29;
}
.BgClassName
{
background-color: #BB0E29;
}
</style>
border-color css
<style>
span { border-color: #BB0E29; }
span { border-color: rgb(187,14,41); }
td.TdClassName
{
border-color: #BB0E29;
}
.TagClassName
{
border-color: #BB0E29;
}
</style>