Shades of Fire Engine Red #BC1320
Tints of Fire Engine Red #BC1320
RGB
CMYK
RGB Variations
Color information
#BC1320 (or 0xBC1320) is known color: Fire Engine Red. HEX triplet: BC, 13 and 20. RGB value is (188,19,32). Sum of RGB (Red+Green+Blue) = 188+19+32=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1320 is #43ECDF. Grayscale: #474747. Windows color (decimal): -4451552 or 2102204. OLE color: 2102204.
HSL color Cylindrical-coordinate representation of color #BC1320: hue angle of 355.38º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1320 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 32 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.26 |
| HSL | 355.38º | 0.82% | 0.41% | - |
| HSV(B) | 355.38º | 0.9% | 0.74% | - |
| XYZ | 21.23 | 11.26 | 2.42 | - |
| YUV | 71.01 | 105.99 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 32 | 0 | 0.90 | 0.83 | 0.26 | 355.38 | 0.82 | 0.41 |
| Hex | BC | 13 | 20 | 0 | 5A | 53 | 1A | 163 | 52 | 29 |
| Octal | 274 | 23 | 40 | 0 | 132 | 123 | 32 | 543 | 122 | 51 |
| Binary | 10111100 | 10011 | 100000 | 0 | 1011010 | 1010011 | 11010 | 101100011 | 1010010 | 101001 |
Color Harmonies of #BC1320
Complementary color
Monochromatic Colors of #BC1320
Black with #BC1320
Text Example
Text Example
White with #BC1320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1320; }
p { color: rgb(188,19,32); }
H1.HeaderClassName
{
color: #BC1320;
}
.AnyTagClassName
{
color: #BC1320;
}
</style>
background-color css
<style>
a { background-color: #BC1320; }
a { background-color: rgb(188,19,32); }
div.DivClassName
{
background-color: #BC1320;
}
.BgClassName
{
background-color: #BC1320;
}
</style>
border-color css
<style>
span { border-color: #BC1320; }
span { border-color: rgb(188,19,32); }
td.TdClassName
{
border-color: #BC1320;
}
.TagClassName
{
border-color: #BC1320;
}
</style>