Shades of Fire Engine Red #BC1122
Tints of Fire Engine Red #BC1122
RGB
CMYK
RGB Variations
Color information
#BC1122 (or 0xBC1122) is known color: Fire Engine Red. HEX triplet: BC, 11 and 22. RGB value is (188,17,34). Sum of RGB (Red+Green+Blue) = 188+17+34=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1122 is #43EEDD. Grayscale: #464646. Windows color (decimal): -4452062 or 2232764. OLE color: 2232764.
HSL color Cylindrical-coordinate representation of color #BC1122: hue angle of 354.04º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1122 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 34 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.26 |
| HSL | 354.04º | 0.83% | 0.4% | - |
| HSV(B) | 354.04º | 0.91% | 0.74% | - |
| XYZ | 21.23 | 11.21 | 2.56 | - |
| YUV | 70.07 | 107.65 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 34 | 0 | 0.91 | 0.82 | 0.26 | 354.04 | 0.83 | 0.4 |
| Hex | BC | 11 | 22 | 0 | 5B | 52 | 1A | 162 | 53 | 28 |
| Octal | 274 | 21 | 42 | 0 | 133 | 122 | 32 | 542 | 123 | 50 |
| Binary | 10111100 | 10001 | 100010 | 0 | 1011011 | 1010010 | 11010 | 101100010 | 1010011 | 101000 |
Color Harmonies of #BC1122
Complementary color
Monochromatic Colors of #BC1122
Black with #BC1122
Text Example
Text Example
White with #BC1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1122; }
p { color: rgb(188,17,34); }
H1.HeaderClassName
{
color: #BC1122;
}
.AnyTagClassName
{
color: #BC1122;
}
</style>
background-color css
<style>
a { background-color: #BC1122; }
a { background-color: rgb(188,17,34); }
div.DivClassName
{
background-color: #BC1122;
}
.BgClassName
{
background-color: #BC1122;
}
</style>
border-color css
<style>
span { border-color: #BC1122; }
span { border-color: rgb(188,17,34); }
td.TdClassName
{
border-color: #BC1122;
}
.TagClassName
{
border-color: #BC1122;
}
</style>