Shades of Fire Engine Red #BC1728
Tints of Fire Engine Red #BC1728
RGB
CMYK
RGB Variations
Color information
#BC1728 (or 0xBC1728) is known color: Fire Engine Red. HEX triplet: BC, 17 and 28. RGB value is (188,23,40). Sum of RGB (Red+Green+Blue) = 188+23+40=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1728 is #43E8D7. Grayscale: #4A4A4A. Windows color (decimal): -4450520 or 2627516. OLE color: 2627516.
HSL color Cylindrical-coordinate representation of color #BC1728: hue angle of 353.82º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1728 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 40 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.26 |
| HSL | 353.82º | 0.78% | 0.41% | - |
| HSV(B) | 353.82º | 0.88% | 0.74% | - |
| XYZ | 21.43 | 11.46 | 3.09 | - |
| YUV | 74.27 | 108.66 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 40 | 0 | 0.88 | 0.79 | 0.26 | 353.82 | 0.78 | 0.41 |
| Hex | BC | 17 | 28 | 0 | 58 | 4F | 1A | 162 | 4E | 29 |
| Octal | 274 | 27 | 50 | 0 | 130 | 117 | 32 | 542 | 116 | 51 |
| Binary | 10111100 | 10111 | 101000 | 0 | 1011000 | 1001111 | 11010 | 101100010 | 1001110 | 101001 |
Color Harmonies of #BC1728
Complementary color
Monochromatic Colors of #BC1728
Black with #BC1728
Text Example
Text Example
White with #BC1728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1728; }
p { color: rgb(188,23,40); }
H1.HeaderClassName
{
color: #BC1728;
}
.AnyTagClassName
{
color: #BC1728;
}
</style>
background-color css
<style>
a { background-color: #BC1728; }
a { background-color: rgb(188,23,40); }
div.DivClassName
{
background-color: #BC1728;
}
.BgClassName
{
background-color: #BC1728;
}
</style>
border-color css
<style>
span { border-color: #BC1728; }
span { border-color: rgb(188,23,40); }
td.TdClassName
{
border-color: #BC1728;
}
.TagClassName
{
border-color: #BC1728;
}
</style>