Shades of Fire Engine Red #BC1324
Tints of Fire Engine Red #BC1324
RGB
CMYK
RGB Variations
Color information
#BC1324 (or 0xBC1324) is known color: Fire Engine Red. HEX triplet: BC, 13 and 24. RGB value is (188,19,36). Sum of RGB (Red+Green+Blue) = 188+19+36=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1324 is #43ECDB. Grayscale: #474747. Windows color (decimal): -4451548 or 2364348. OLE color: 2364348.
HSL color Cylindrical-coordinate representation of color #BC1324: hue angle of 353.96º 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 #BC1324 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 36 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.26 |
| HSL | 353.96º | 0.82% | 0.41% | - |
| HSV(B) | 353.96º | 0.9% | 0.74% | - |
| XYZ | 21.29 | 11.28 | 2.73 | - |
| YUV | 71.47 | 107.99 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 36 | 0 | 0.90 | 0.81 | 0.26 | 353.96 | 0.82 | 0.41 |
| Hex | BC | 13 | 24 | 0 | 5A | 51 | 1A | 162 | 52 | 29 |
| Octal | 274 | 23 | 44 | 0 | 132 | 121 | 32 | 542 | 122 | 51 |
| Binary | 10111100 | 10011 | 100100 | 0 | 1011010 | 1010001 | 11010 | 101100010 | 1010010 | 101001 |
Color Harmonies of #BC1324
Complementary color
Monochromatic Colors of #BC1324
Black with #BC1324
Text Example
Text Example
White with #BC1324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1324; }
p { color: rgb(188,19,36); }
H1.HeaderClassName
{
color: #BC1324;
}
.AnyTagClassName
{
color: #BC1324;
}
</style>
background-color css
<style>
a { background-color: #BC1324; }
a { background-color: rgb(188,19,36); }
div.DivClassName
{
background-color: #BC1324;
}
.BgClassName
{
background-color: #BC1324;
}
</style>
border-color css
<style>
span { border-color: #BC1324; }
span { border-color: rgb(188,19,36); }
td.TdClassName
{
border-color: #BC1324;
}
.TagClassName
{
border-color: #BC1324;
}
</style>