Shades of Fire Engine Red #BC1528
Tints of Fire Engine Red #BC1528
RGB
CMYK
RGB Variations
Color information
#BC1528 (or 0xBC1528) is known color: Fire Engine Red. HEX triplet: BC, 15 and 28. RGB value is (188,21,40). Sum of RGB (Red+Green+Blue) = 188+21+40=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1528 is #43EAD7. Grayscale: #494949. Windows color (decimal): -4451032 or 2627004. OLE color: 2627004.
HSL color Cylindrical-coordinate representation of color #BC1528: hue angle of 353.17º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1528 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 40 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.26 |
| HSL | 353.17º | 0.8% | 0.41% | - |
| HSV(B) | 353.17º | 0.89% | 0.74% | - |
| XYZ | 21.39 | 11.38 | 3.08 | - |
| YUV | 73.1 | 109.33 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 40 | 0 | 0.89 | 0.79 | 0.26 | 353.17 | 0.8 | 0.41 |
| Hex | BC | 15 | 28 | 0 | 59 | 4F | 1A | 161 | 50 | 29 |
| Octal | 274 | 25 | 50 | 0 | 131 | 117 | 32 | 541 | 120 | 51 |
| Binary | 10111100 | 10101 | 101000 | 0 | 1011001 | 1001111 | 11010 | 101100001 | 1010000 | 101001 |
Color Harmonies of #BC1528
Complementary color
Monochromatic Colors of #BC1528
Black with #BC1528
Text Example
Text Example
White with #BC1528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1528; }
p { color: rgb(188,21,40); }
H1.HeaderClassName
{
color: #BC1528;
}
.AnyTagClassName
{
color: #BC1528;
}
</style>
background-color css
<style>
a { background-color: #BC1528; }
a { background-color: rgb(188,21,40); }
div.DivClassName
{
background-color: #BC1528;
}
.BgClassName
{
background-color: #BC1528;
}
</style>
border-color css
<style>
span { border-color: #BC1528; }
span { border-color: rgb(188,21,40); }
td.TdClassName
{
border-color: #BC1528;
}
.TagClassName
{
border-color: #BC1528;
}
</style>