Shades of Fire Engine Red #BC1328
Tints of Fire Engine Red #BC1328
RGB
CMYK
RGB Variations
Color information
#BC1328 (or 0xBC1328) is known color: Fire Engine Red. HEX triplet: BC, 13 and 28. RGB value is (188,19,40). Sum of RGB (Red+Green+Blue) = 188+19+40=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1328 is #43ECD7. Grayscale: #484848. Windows color (decimal): -4451544 or 2626492. OLE color: 2626492.
HSL color Cylindrical-coordinate representation of color #BC1328: hue angle of 352.54º 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 #BC1328 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 40 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.26 |
| HSL | 352.54º | 0.82% | 0.41% | - |
| HSV(B) | 352.54º | 0.9% | 0.74% | - |
| XYZ | 21.35 | 11.31 | 3.07 | - |
| YUV | 71.93 | 109.99 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 40 | 0 | 0.90 | 0.79 | 0.26 | 352.54 | 0.82 | 0.41 |
| Hex | BC | 13 | 28 | 0 | 5A | 4F | 1A | 161 | 52 | 29 |
| Octal | 274 | 23 | 50 | 0 | 132 | 117 | 32 | 541 | 122 | 51 |
| Binary | 10111100 | 10011 | 101000 | 0 | 1011010 | 1001111 | 11010 | 101100001 | 1010010 | 101001 |
Color Harmonies of #BC1328
Complementary color
Monochromatic Colors of #BC1328
Black with #BC1328
Text Example
Text Example
White with #BC1328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1328; }
p { color: rgb(188,19,40); }
H1.HeaderClassName
{
color: #BC1328;
}
.AnyTagClassName
{
color: #BC1328;
}
</style>
background-color css
<style>
a { background-color: #BC1328; }
a { background-color: rgb(188,19,40); }
div.DivClassName
{
background-color: #BC1328;
}
.BgClassName
{
background-color: #BC1328;
}
</style>
border-color css
<style>
span { border-color: #BC1328; }
span { border-color: rgb(188,19,40); }
td.TdClassName
{
border-color: #BC1328;
}
.TagClassName
{
border-color: #BC1328;
}
</style>