Shades of Fire Engine Red #BA151D
Tints of Fire Engine Red #BA151D
RGB
CMYK
RGB Variations
Color information
#BA151D (or 0xBA151D) is known color: Fire Engine Red. HEX triplet: BA, 15 and 1D. RGB value is (186,21,29). Sum of RGB (Red+Green+Blue) = 186+21+29=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA151D is #45EAE2. Grayscale: #474747. Windows color (decimal): -4582115 or 1906106. OLE color: 1906106.
HSL color Cylindrical-coordinate representation of color #BA151D: hue angle of 357.09º 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 #BA151D is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 29 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.27 |
| HSL | 357.09º | 0.8% | 0.41% | - |
| HSV(B) | 357.09º | 0.89% | 0.73% | - |
| XYZ | 20.74 | 11.06 | 2.2 | - |
| YUV | 71.25 | 104.16 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 29 | 0 | 0.89 | 0.84 | 0.27 | 357.09 | 0.8 | 0.41 |
| Hex | BA | 15 | 1D | 0 | 59 | 54 | 1B | 165 | 50 | 29 |
| Octal | 272 | 25 | 35 | 0 | 131 | 124 | 33 | 545 | 120 | 51 |
| Binary | 10111010 | 10101 | 11101 | 0 | 1011001 | 1010100 | 11011 | 101100101 | 1010000 | 101001 |
Color Harmonies of #BA151D
Complementary color
Monochromatic Colors of #BA151D
Black with #BA151D
Text Example
Text Example
White with #BA151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA151D; }
p { color: rgb(186,21,29); }
H1.HeaderClassName
{
color: #BA151D;
}
.AnyTagClassName
{
color: #BA151D;
}
</style>
background-color css
<style>
a { background-color: #BA151D; }
a { background-color: rgb(186,21,29); }
div.DivClassName
{
background-color: #BA151D;
}
.BgClassName
{
background-color: #BA151D;
}
</style>
border-color css
<style>
span { border-color: #BA151D; }
span { border-color: rgb(186,21,29); }
td.TdClassName
{
border-color: #BA151D;
}
.TagClassName
{
border-color: #BA151D;
}
</style>