Shades of Fire Engine Red #BA151E
Tints of Fire Engine Red #BA151E
RGB
CMYK
RGB Variations
Color information
#BA151E (or 0xBA151E) is known color: Fire Engine Red. HEX triplet: BA, 15 and 1E. RGB value is (186,21,30). Sum of RGB (Red+Green+Blue) = 186+21+30=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA151E is #45EAE1. Grayscale: #474747. Windows color (decimal): -4582114 or 1971642. OLE color: 1971642.
HSL color Cylindrical-coordinate representation of color #BA151E: hue angle of 356.73º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA151E is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 30 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.27 |
| HSL | 356.73º | 0.8% | 0.41% | - |
| HSV(B) | 356.73º | 0.89% | 0.73% | - |
| XYZ | 20.75 | 11.07 | 2.27 | - |
| YUV | 71.36 | 104.66 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 30 | 0 | 0.89 | 0.84 | 0.27 | 356.73 | 0.8 | 0.41 |
| Hex | BA | 15 | 1E | 0 | 59 | 54 | 1B | 165 | 50 | 29 |
| Octal | 272 | 25 | 36 | 0 | 131 | 124 | 33 | 545 | 120 | 51 |
| Binary | 10111010 | 10101 | 11110 | 0 | 1011001 | 1010100 | 11011 | 101100101 | 1010000 | 101001 |
Color Harmonies of #BA151E
Complementary color
Monochromatic Colors of #BA151E
Black with #BA151E
Text Example
Text Example
White with #BA151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA151E; }
p { color: rgb(186,21,30); }
H1.HeaderClassName
{
color: #BA151E;
}
.AnyTagClassName
{
color: #BA151E;
}
</style>
background-color css
<style>
a { background-color: #BA151E; }
a { background-color: rgb(186,21,30); }
div.DivClassName
{
background-color: #BA151E;
}
.BgClassName
{
background-color: #BA151E;
}
</style>
border-color css
<style>
span { border-color: #BA151E; }
span { border-color: rgb(186,21,30); }
td.TdClassName
{
border-color: #BA151E;
}
.TagClassName
{
border-color: #BA151E;
}
</style>