Shades of Fire Engine Red #BC161C
Tints of Fire Engine Red #BC161C
RGB
CMYK
RGB Variations
Color information
#BC161C (or 0xBC161C) is known color: Fire Engine Red. HEX triplet: BC, 16 and 1C. RGB value is (188,22,28). Sum of RGB (Red+Green+Blue) = 188+22+28=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC161C is #43E9E3. Grayscale: #484848. Windows color (decimal): -4450788 or 1840828. OLE color: 1840828.
HSL color Cylindrical-coordinate representation of color #BC161C: hue angle of 357.83º degrees, saturation: 0.79, 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 #BC161C is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 28 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.26 |
| HSL | 357.83º | 0.79% | 0.41% | - |
| HSV(B) | 357.83º | 0.88% | 0.74% | - |
| XYZ | 21.24 | 11.35 | 2.17 | - |
| YUV | 72.32 | 103 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 28 | 0 | 0.88 | 0.85 | 0.26 | 357.83 | 0.79 | 0.41 |
| Hex | BC | 16 | 1C | 0 | 58 | 55 | 1A | 166 | 4F | 29 |
| Octal | 274 | 26 | 34 | 0 | 130 | 125 | 32 | 546 | 117 | 51 |
| Binary | 10111100 | 10110 | 11100 | 0 | 1011000 | 1010101 | 11010 | 101100110 | 1001111 | 101001 |
Color Harmonies of #BC161C
Complementary color
Monochromatic Colors of #BC161C
Black with #BC161C
Text Example
Text Example
White with #BC161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC161C; }
p { color: rgb(188,22,28); }
H1.HeaderClassName
{
color: #BC161C;
}
.AnyTagClassName
{
color: #BC161C;
}
</style>
background-color css
<style>
a { background-color: #BC161C; }
a { background-color: rgb(188,22,28); }
div.DivClassName
{
background-color: #BC161C;
}
.BgClassName
{
background-color: #BC161C;
}
</style>
border-color css
<style>
span { border-color: #BC161C; }
span { border-color: rgb(188,22,28); }
td.TdClassName
{
border-color: #BC161C;
}
.TagClassName
{
border-color: #BC161C;
}
</style>