Shades of Fire Engine Red #BC151B
Tints of Fire Engine Red #BC151B
RGB
CMYK
RGB Variations
Color information
#BC151B (or 0xBC151B) is known color: Fire Engine Red. HEX triplet: BC, 15 and 1B. RGB value is (188,21,27). Sum of RGB (Red+Green+Blue) = 188+21+27=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC151B is #43EAE4. Grayscale: #474747. Windows color (decimal): -4451045 or 1775036. OLE color: 1775036.
HSL color Cylindrical-coordinate representation of color #BC151B: hue angle of 357.84º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC151B is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 27 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.26 |
| HSL | 357.84º | 0.8% | 0.41% | - |
| HSV(B) | 357.84º | 0.89% | 0.74% | - |
| XYZ | 21.21 | 11.31 | 2.1 | - |
| YUV | 71.62 | 102.83 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 27 | 0 | 0.89 | 0.86 | 0.26 | 357.84 | 0.8 | 0.41 |
| Hex | BC | 15 | 1B | 0 | 59 | 56 | 1A | 166 | 50 | 29 |
| Octal | 274 | 25 | 33 | 0 | 131 | 126 | 32 | 546 | 120 | 51 |
| Binary | 10111100 | 10101 | 11011 | 0 | 1011001 | 1010110 | 11010 | 101100110 | 1010000 | 101001 |
Color Harmonies of #BC151B
Complementary color
Monochromatic Colors of #BC151B
Black with #BC151B
Text Example
Text Example
White with #BC151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC151B; }
p { color: rgb(188,21,27); }
H1.HeaderClassName
{
color: #BC151B;
}
.AnyTagClassName
{
color: #BC151B;
}
</style>
background-color css
<style>
a { background-color: #BC151B; }
a { background-color: rgb(188,21,27); }
div.DivClassName
{
background-color: #BC151B;
}
.BgClassName
{
background-color: #BC151B;
}
</style>
border-color css
<style>
span { border-color: #BC151B; }
span { border-color: rgb(188,21,27); }
td.TdClassName
{
border-color: #BC151B;
}
.TagClassName
{
border-color: #BC151B;
}
</style>