Shades of Fire Engine Red #BA1029
Tints of Fire Engine Red #BA1029
RGB
CMYK
RGB Variations
Color information
#BA1029 (or 0xBA1029) is known color: Fire Engine Red. HEX triplet: BA, 10 and 29. RGB value is (186,16,41). Sum of RGB (Red+Green+Blue) = 186+16+41=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1029 is #45EFD6. Grayscale: #454545. Windows color (decimal): -4583383 or 2691258. OLE color: 2691258.
HSL color Cylindrical-coordinate representation of color #BA1029: hue angle of 351.18º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1029 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 41 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.27 |
| HSL | 351.18º | 0.84% | 0.4% | - |
| HSV(B) | 351.18º | 0.91% | 0.73% | - |
| XYZ | 20.84 | 10.97 | 3.12 | - |
| YUV | 69.68 | 111.82 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 41 | 0 | 0.91 | 0.78 | 0.27 | 351.18 | 0.84 | 0.4 |
| Hex | BA | 10 | 29 | 0 | 5B | 4E | 1B | 15F | 54 | 28 |
| Octal | 272 | 20 | 51 | 0 | 133 | 116 | 33 | 537 | 124 | 50 |
| Binary | 10111010 | 10000 | 101001 | 0 | 1011011 | 1001110 | 11011 | 101011111 | 1010100 | 101000 |
Color Harmonies of #BA1029
Complementary color
Monochromatic Colors of #BA1029
Black with #BA1029
Text Example
Text Example
White with #BA1029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1029; }
p { color: rgb(186,16,41); }
H1.HeaderClassName
{
color: #BA1029;
}
.AnyTagClassName
{
color: #BA1029;
}
</style>
background-color css
<style>
a { background-color: #BA1029; }
a { background-color: rgb(186,16,41); }
div.DivClassName
{
background-color: #BA1029;
}
.BgClassName
{
background-color: #BA1029;
}
</style>
border-color css
<style>
span { border-color: #BA1029; }
span { border-color: rgb(186,16,41); }
td.TdClassName
{
border-color: #BA1029;
}
.TagClassName
{
border-color: #BA1029;
}
</style>