Shades of Fire Engine Red #BC1226
Tints of Fire Engine Red #BC1226
RGB
CMYK
RGB Variations
Color information
#BC1226 (or 0xBC1226) is known color: Fire Engine Red. HEX triplet: BC, 12 and 26. RGB value is (188,18,38). Sum of RGB (Red+Green+Blue) = 188+18+38=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1226 is #43EDD9. Grayscale: #474747. Windows color (decimal): -4451802 or 2495164. OLE color: 2495164.
HSL color Cylindrical-coordinate representation of color #BC1226: hue angle of 352.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1226 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 38 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.26 |
| HSL | 352.94º | 0.83% | 0.4% | - |
| HSV(B) | 352.94º | 0.9% | 0.74% | - |
| XYZ | 21.31 | 11.26 | 2.88 | - |
| YUV | 71.11 | 109.32 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 38 | 0 | 0.90 | 0.80 | 0.26 | 352.94 | 0.83 | 0.4 |
| Hex | BC | 12 | 26 | 0 | 5A | 50 | 1A | 161 | 53 | 28 |
| Octal | 274 | 22 | 46 | 0 | 132 | 120 | 32 | 541 | 123 | 50 |
| Binary | 10111100 | 10010 | 100110 | 0 | 1011010 | 1010000 | 11010 | 101100001 | 1010011 | 101000 |
Color Harmonies of #BC1226
Complementary color
Monochromatic Colors of #BC1226
Black with #BC1226
Text Example
Text Example
White with #BC1226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1226; }
p { color: rgb(188,18,38); }
H1.HeaderClassName
{
color: #BC1226;
}
.AnyTagClassName
{
color: #BC1226;
}
</style>
background-color css
<style>
a { background-color: #BC1226; }
a { background-color: rgb(188,18,38); }
div.DivClassName
{
background-color: #BC1226;
}
.BgClassName
{
background-color: #BC1226;
}
</style>
border-color css
<style>
span { border-color: #BC1226; }
span { border-color: rgb(188,18,38); }
td.TdClassName
{
border-color: #BC1226;
}
.TagClassName
{
border-color: #BC1226;
}
</style>