Shades of Fire Engine Red #BC1129
Tints of Fire Engine Red #BC1129
RGB
CMYK
RGB Variations
Color information
#BC1129 (or 0xBC1129) is known color: Fire Engine Red. HEX triplet: BC, 11 and 29. RGB value is (188,17,41). Sum of RGB (Red+Green+Blue) = 188+17+41=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1129 is #43EED6. Grayscale: #464646. Windows color (decimal): -4452055 or 2691516. OLE color: 2691516.
HSL color Cylindrical-coordinate representation of color #BC1129: hue angle of 351.58º 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 #BC1129 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 41 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.26 |
| HSL | 351.58º | 0.83% | 0.4% | - |
| HSV(B) | 351.58º | 0.91% | 0.74% | - |
| XYZ | 21.34 | 11.25 | 3.15 | - |
| YUV | 70.87 | 111.15 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 41 | 0 | 0.91 | 0.78 | 0.26 | 351.58 | 0.83 | 0.4 |
| Hex | BC | 11 | 29 | 0 | 5B | 4E | 1A | 160 | 53 | 28 |
| Octal | 274 | 21 | 51 | 0 | 133 | 116 | 32 | 540 | 123 | 50 |
| Binary | 10111100 | 10001 | 101001 | 0 | 1011011 | 1001110 | 11010 | 101100000 | 1010011 | 101000 |
Color Harmonies of #BC1129
Complementary color
Monochromatic Colors of #BC1129
Black with #BC1129
Text Example
Text Example
White with #BC1129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1129; }
p { color: rgb(188,17,41); }
H1.HeaderClassName
{
color: #BC1129;
}
.AnyTagClassName
{
color: #BC1129;
}
</style>
background-color css
<style>
a { background-color: #BC1129; }
a { background-color: rgb(188,17,41); }
div.DivClassName
{
background-color: #BC1129;
}
.BgClassName
{
background-color: #BC1129;
}
</style>
border-color css
<style>
span { border-color: #BC1129; }
span { border-color: rgb(188,17,41); }
td.TdClassName
{
border-color: #BC1129;
}
.TagClassName
{
border-color: #BC1129;
}
</style>