Shades of Fire Engine Red #BB1123
Tints of Fire Engine Red #BB1123
RGB
CMYK
RGB Variations
Color information
#BB1123 (or 0xBB1123) is known color: Fire Engine Red. HEX triplet: BB, 11 and 23. RGB value is (187,17,35). Sum of RGB (Red+Green+Blue) = 187+17+35=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 35 (14.06% from 255 or 14.64% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1123 is #44EEDC. Grayscale: #454545. Windows color (decimal): -4517597 or 2298299. OLE color: 2298299.
HSL color Cylindrical-coordinate representation of color #BB1123: hue angle of 353.65º degrees, saturation: 0.83, 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 #BB1123 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 35 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.27 |
| HSL | 353.65º | 0.83% | 0.4% | - |
| HSV(B) | 353.65º | 0.91% | 0.73% | - |
| XYZ | 21 | 11.09 | 2.62 | - |
| YUV | 69.88 | 108.32 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 35 | 0 | 0.91 | 0.81 | 0.27 | 353.65 | 0.83 | 0.4 |
| Hex | BB | 11 | 23 | 0 | 5B | 51 | 1B | 162 | 53 | 28 |
| Octal | 273 | 21 | 43 | 0 | 133 | 121 | 33 | 542 | 123 | 50 |
| Binary | 10111011 | 10001 | 100011 | 0 | 1011011 | 1010001 | 11011 | 101100010 | 1010011 | 101000 |
Color Harmonies of #BB1123
Complementary color
Monochromatic Colors of #BB1123
Black with #BB1123
Text Example
Text Example
White with #BB1123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1123; }
p { color: rgb(187,17,35); }
H1.HeaderClassName
{
color: #BB1123;
}
.AnyTagClassName
{
color: #BB1123;
}
</style>
background-color css
<style>
a { background-color: #BB1123; }
a { background-color: rgb(187,17,35); }
div.DivClassName
{
background-color: #BB1123;
}
.BgClassName
{
background-color: #BB1123;
}
</style>
border-color css
<style>
span { border-color: #BB1123; }
span { border-color: rgb(187,17,35); }
td.TdClassName
{
border-color: #BB1123;
}
.TagClassName
{
border-color: #BB1123;
}
</style>