Shades of Fire Engine Red #BC181F
Tints of Fire Engine Red #BC181F
RGB
CMYK
RGB Variations
Color information
#BC181F (or 0xBC181F) is known color: Fire Engine Red. HEX triplet: BC, 18 and 1F. RGB value is (188,24,31). Sum of RGB (Red+Green+Blue) = 188+24+31=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC181F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC181F is #43E7E0. Grayscale: #494949. Windows color (decimal): -4450273 or 2037948. OLE color: 2037948.
HSL color Cylindrical-coordinate representation of color #BC181F: hue angle of 357.44º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC181F is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 31 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.26 |
| HSL | 357.44º | 0.77% | 0.42% | - |
| HSV(B) | 357.44º | 0.87% | 0.74% | - |
| XYZ | 21.31 | 11.44 | 2.38 | - |
| YUV | 73.83 | 103.83 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 31 | 0 | 0.87 | 0.84 | 0.26 | 357.44 | 0.77 | 0.42 |
| Hex | BC | 18 | 1F | 0 | 57 | 54 | 1A | 165 | 4D | 2A |
| Octal | 274 | 30 | 37 | 0 | 127 | 124 | 32 | 545 | 115 | 52 |
| Binary | 10111100 | 11000 | 11111 | 0 | 1010111 | 1010100 | 11010 | 101100101 | 1001101 | 101010 |
Color Harmonies of #BC181F
Complementary color
Monochromatic Colors of #BC181F
Black with #BC181F
Text Example
Text Example
White with #BC181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC181F; }
p { color: rgb(188,24,31); }
H1.HeaderClassName
{
color: #BC181F;
}
.AnyTagClassName
{
color: #BC181F;
}
</style>
background-color css
<style>
a { background-color: #BC181F; }
a { background-color: rgb(188,24,31); }
div.DivClassName
{
background-color: #BC181F;
}
.BgClassName
{
background-color: #BC181F;
}
</style>
border-color css
<style>
span { border-color: #BC181F; }
span { border-color: rgb(188,24,31); }
td.TdClassName
{
border-color: #BC181F;
}
.TagClassName
{
border-color: #BC181F;
}
</style>