Shades of Fire Engine Red #BC1327
Tints of Fire Engine Red #BC1327
RGB
CMYK
RGB Variations
Color information
#BC1327 (or 0xBC1327) is known color: Fire Engine Red. HEX triplet: BC, 13 and 27. RGB value is (188,19,39). Sum of RGB (Red+Green+Blue) = 188+19+39=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1327 is #43ECD8. Grayscale: #474747. Windows color (decimal): -4451545 or 2560956. OLE color: 2560956.
HSL color Cylindrical-coordinate representation of color #BC1327: hue angle of 352.9º 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 #BC1327 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 39 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.26 |
| HSL | 352.9º | 0.82% | 0.41% | - |
| HSV(B) | 352.9º | 0.9% | 0.74% | - |
| XYZ | 21.34 | 11.3 | 2.98 | - |
| YUV | 71.81 | 109.49 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 39 | 0 | 0.90 | 0.79 | 0.26 | 352.9 | 0.82 | 0.41 |
| Hex | BC | 13 | 27 | 0 | 5A | 4F | 1A | 161 | 52 | 29 |
| Octal | 274 | 23 | 47 | 0 | 132 | 117 | 32 | 541 | 122 | 51 |
| Binary | 10111100 | 10011 | 100111 | 0 | 1011010 | 1001111 | 11010 | 101100001 | 1010010 | 101001 |
Color Harmonies of #BC1327
Complementary color
Monochromatic Colors of #BC1327
Black with #BC1327
Text Example
Text Example
White with #BC1327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1327; }
p { color: rgb(188,19,39); }
H1.HeaderClassName
{
color: #BC1327;
}
.AnyTagClassName
{
color: #BC1327;
}
</style>
background-color css
<style>
a { background-color: #BC1327; }
a { background-color: rgb(188,19,39); }
div.DivClassName
{
background-color: #BC1327;
}
.BgClassName
{
background-color: #BC1327;
}
</style>
border-color css
<style>
span { border-color: #BC1327; }
span { border-color: rgb(188,19,39); }
td.TdClassName
{
border-color: #BC1327;
}
.TagClassName
{
border-color: #BC1327;
}
</style>