Shades of Fire Engine Red #BC171C
Tints of Fire Engine Red #BC171C
RGB
CMYK
RGB Variations
Color information
#BC171C (or 0xBC171C) is known color: Fire Engine Red. HEX triplet: BC, 17 and 1C. RGB value is (188,23,28). Sum of RGB (Red+Green+Blue) = 188+23+28=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC171C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC171C is #43E8E3. Grayscale: #494949. Windows color (decimal): -4450532 or 1841084. OLE color: 1841084.
HSL color Cylindrical-coordinate representation of color #BC171C: hue angle of 358.18º 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 #BC171C is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 28 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.26 |
| HSL | 358.18º | 0.78% | 0.41% | - |
| HSV(B) | 358.18º | 0.88% | 0.74% | - |
| XYZ | 21.26 | 11.39 | 2.18 | - |
| YUV | 72.91 | 102.66 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 28 | 0 | 0.88 | 0.85 | 0.26 | 358.18 | 0.78 | 0.41 |
| Hex | BC | 17 | 1C | 0 | 58 | 55 | 1A | 166 | 4E | 29 |
| Octal | 274 | 27 | 34 | 0 | 130 | 125 | 32 | 546 | 116 | 51 |
| Binary | 10111100 | 10111 | 11100 | 0 | 1011000 | 1010101 | 11010 | 101100110 | 1001110 | 101001 |
Color Harmonies of #BC171C
Complementary color
Monochromatic Colors of #BC171C
Black with #BC171C
Text Example
Text Example
White with #BC171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC171C; }
p { color: rgb(188,23,28); }
H1.HeaderClassName
{
color: #BC171C;
}
.AnyTagClassName
{
color: #BC171C;
}
</style>
background-color css
<style>
a { background-color: #BC171C; }
a { background-color: rgb(188,23,28); }
div.DivClassName
{
background-color: #BC171C;
}
.BgClassName
{
background-color: #BC171C;
}
</style>
border-color css
<style>
span { border-color: #BC171C; }
span { border-color: rgb(188,23,28); }
td.TdClassName
{
border-color: #BC171C;
}
.TagClassName
{
border-color: #BC171C;
}
</style>