Shades of Fire Engine Red #BA0D28
Tints of Fire Engine Red #BA0D28
RGB
CMYK
RGB Variations
Color information
#BA0D28 (or 0xBA0D28) is known color: Fire Engine Red. HEX triplet: BA, 0D and 28. RGB value is (186,13,40). Sum of RGB (Red+Green+Blue) = 186+13+40=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0D28 is #45F2D7. Grayscale: #434343. Windows color (decimal): -4584152 or 2624954. OLE color: 2624954.
HSL color Cylindrical-coordinate representation of color #BA0D28: hue angle of 350.64º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0D28 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 40 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.27 |
| HSL | 350.64º | 0.87% | 0.39% | - |
| HSV(B) | 350.64º | 0.93% | 0.73% | - |
| XYZ | 20.78 | 10.88 | 3.01 | - |
| YUV | 67.81 | 112.31 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 40 | 0 | 0.93 | 0.78 | 0.27 | 350.64 | 0.87 | 0.39 |
| Hex | BA | D | 28 | 0 | 5D | 4E | 1B | 15F | 57 | 27 |
| Octal | 272 | 15 | 50 | 0 | 135 | 116 | 33 | 537 | 127 | 47 |
| Binary | 10111010 | 1101 | 101000 | 0 | 1011101 | 1001110 | 11011 | 101011111 | 1010111 | 100111 |
Color Harmonies of #BA0D28
Complementary color
Monochromatic Colors of #BA0D28
Black with #BA0D28
Text Example
Text Example
White with #BA0D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0D28; }
p { color: rgb(186,13,40); }
H1.HeaderClassName
{
color: #BA0D28;
}
.AnyTagClassName
{
color: #BA0D28;
}
</style>
background-color css
<style>
a { background-color: #BA0D28; }
a { background-color: rgb(186,13,40); }
div.DivClassName
{
background-color: #BA0D28;
}
.BgClassName
{
background-color: #BA0D28;
}
</style>
border-color css
<style>
span { border-color: #BA0D28; }
span { border-color: rgb(186,13,40); }
td.TdClassName
{
border-color: #BA0D28;
}
.TagClassName
{
border-color: #BA0D28;
}
</style>