Shades of Fire Engine Red #BA1B1D
Tints of Fire Engine Red #BA1B1D
RGB
CMYK
RGB Variations
Color information
#BA1B1D (or 0xBA1B1D) is known color: Fire Engine Red. HEX triplet: BA, 1B and 1D. RGB value is (186,27,29). Sum of RGB (Red+Green+Blue) = 186+27+29=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1B1D is #45E4E2. Grayscale: #4A4A4A. Windows color (decimal): -4580579 or 1907642. OLE color: 1907642.
HSL color Cylindrical-coordinate representation of color #BA1B1D: hue angle of 359.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1B1D is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 29 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.27 |
| HSL | 359.25º | 0.75% | 0.42% | - |
| HSV(B) | 359.25º | 0.85% | 0.73% | - |
| XYZ | 20.86 | 11.31 | 2.25 | - |
| YUV | 74.77 | 102.18 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 29 | 0 | 0.85 | 0.84 | 0.27 | 359.25 | 0.75 | 0.42 |
| Hex | BA | 1B | 1D | 0 | 55 | 54 | 1B | 167 | 4B | 2A |
| Octal | 272 | 33 | 35 | 0 | 125 | 124 | 33 | 547 | 113 | 52 |
| Binary | 10111010 | 11011 | 11101 | 0 | 1010101 | 1010100 | 11011 | 101100111 | 1001011 | 101010 |
Color Harmonies of #BA1B1D
Complementary color
Monochromatic Colors of #BA1B1D
Black with #BA1B1D
Text Example
Text Example
White with #BA1B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1B1D; }
p { color: rgb(186,27,29); }
H1.HeaderClassName
{
color: #BA1B1D;
}
.AnyTagClassName
{
color: #BA1B1D;
}
</style>
background-color css
<style>
a { background-color: #BA1B1D; }
a { background-color: rgb(186,27,29); }
div.DivClassName
{
background-color: #BA1B1D;
}
.BgClassName
{
background-color: #BA1B1D;
}
</style>
border-color css
<style>
span { border-color: #BA1B1D; }
span { border-color: rgb(186,27,29); }
td.TdClassName
{
border-color: #BA1B1D;
}
.TagClassName
{
border-color: #BA1B1D;
}
</style>