Shades of Fire Engine Red #BC1529
Tints of Fire Engine Red #BC1529
RGB
CMYK
RGB Variations
Color information
#BC1529 (or 0xBC1529) is known color: Fire Engine Red. HEX triplet: BC, 15 and 29. RGB value is (188,21,41). Sum of RGB (Red+Green+Blue) = 188+21+41=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1529 is #43EAD6. Grayscale: #494949. Windows color (decimal): -4451031 or 2692540. OLE color: 2692540.
HSL color Cylindrical-coordinate representation of color #BC1529: hue angle of 352.81º 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 #BC1529 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 41 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.26 |
| HSL | 352.81º | 0.8% | 0.41% | - |
| HSV(B) | 352.81º | 0.89% | 0.74% | - |
| XYZ | 21.41 | 11.39 | 3.17 | - |
| YUV | 73.21 | 109.83 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 41 | 0 | 0.89 | 0.78 | 0.26 | 352.81 | 0.8 | 0.41 |
| Hex | BC | 15 | 29 | 0 | 59 | 4E | 1A | 161 | 50 | 29 |
| Octal | 274 | 25 | 51 | 0 | 131 | 116 | 32 | 541 | 120 | 51 |
| Binary | 10111100 | 10101 | 101001 | 0 | 1011001 | 1001110 | 11010 | 101100001 | 1010000 | 101001 |
Color Harmonies of #BC1529
Complementary color
Monochromatic Colors of #BC1529
Black with #BC1529
Text Example
Text Example
White with #BC1529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1529; }
p { color: rgb(188,21,41); }
H1.HeaderClassName
{
color: #BC1529;
}
.AnyTagClassName
{
color: #BC1529;
}
</style>
background-color css
<style>
a { background-color: #BC1529; }
a { background-color: rgb(188,21,41); }
div.DivClassName
{
background-color: #BC1529;
}
.BgClassName
{
background-color: #BC1529;
}
</style>
border-color css
<style>
span { border-color: #BC1529; }
span { border-color: rgb(188,21,41); }
td.TdClassName
{
border-color: #BC1529;
}
.TagClassName
{
border-color: #BC1529;
}
</style>