Shades of Fire Engine Red #BA0F28
Tints of Fire Engine Red #BA0F28
RGB
CMYK
RGB Variations
Color information
#BA0F28 (or 0xBA0F28) is known color: Fire Engine Red. HEX triplet: BA, 0F and 28. RGB value is (186,15,40). Sum of RGB (Red+Green+Blue) = 186+15+40=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0F28 is #45F0D7. Grayscale: #454545. Windows color (decimal): -4583640 or 2625466. OLE color: 2625466.
HSL color Cylindrical-coordinate representation of color #BA0F28: hue angle of 351.23º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0F28 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 15 | 40 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.27 |
| HSL | 351.23º | 0.85% | 0.39% | - |
| HSV(B) | 351.23º | 0.92% | 0.73% | - |
| XYZ | 20.8 | 10.93 | 3.02 | - |
| YUV | 68.98 | 111.65 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 40 | 0 | 0.92 | 0.78 | 0.27 | 351.23 | 0.85 | 0.39 |
| Hex | BA | F | 28 | 0 | 5C | 4E | 1B | 15F | 55 | 27 |
| Octal | 272 | 17 | 50 | 0 | 134 | 116 | 33 | 537 | 125 | 47 |
| Binary | 10111010 | 1111 | 101000 | 0 | 1011100 | 1001110 | 11011 | 101011111 | 1010101 | 100111 |
Color Harmonies of #BA0F28
Complementary color
Monochromatic Colors of #BA0F28
Black with #BA0F28
Text Example
Text Example
White with #BA0F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0F28; }
p { color: rgb(186,15,40); }
H1.HeaderClassName
{
color: #BA0F28;
}
.AnyTagClassName
{
color: #BA0F28;
}
</style>
background-color css
<style>
a { background-color: #BA0F28; }
a { background-color: rgb(186,15,40); }
div.DivClassName
{
background-color: #BA0F28;
}
.BgClassName
{
background-color: #BA0F28;
}
</style>
border-color css
<style>
span { border-color: #BA0F28; }
span { border-color: rgb(186,15,40); }
td.TdClassName
{
border-color: #BA0F28;
}
.TagClassName
{
border-color: #BA0F28;
}
</style>