Html Css Color HEX #BA2E18 Harley Davidson Orange
📋 copy color: '#BA2E18'red 186 ◦ green 46 ◦ blue 24
Shades of Harley Davidson Orange #BA2E18
Tints of Harley Davidson Orange #BA2E18
RGB
CMYK
RGB Variations
Color information
#BA2E18 (or 0xBA2E18) is known color: Harley Davidson Orange. HEX triplet: BA, 2E and 18. RGB value is (186,46,24). Sum of RGB (Red+Green+Blue) = 186+46+24=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2E18 is #45D1E7. Grayscale: #555555. Windows color (decimal): -4575720 or 1584826. OLE color: 1584826.
HSL color Cylindrical-coordinate representation of color #BA2E18: hue angle of 8.15º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA2E18 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 24 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.27 |
| HSL | 8.15º | 0.77% | 0.41% | - |
| HSV(B) | 8.15º | 0.87% | 0.73% | - |
| XYZ | 21.39 | 12.46 | 2.14 | - |
| YUV | 85.35 | 93.38 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 24 | 0 | 0.75 | 0.87 | 0.27 | 8.15 | 0.77 | 0.41 |
| Hex | BA | 2E | 18 | 0 | 4B | 57 | 1B | 8 | 4D | 29 |
| Octal | 272 | 56 | 30 | 0 | 113 | 127 | 33 | 10 | 115 | 51 |
| Binary | 10111010 | 101110 | 11000 | 0 | 1001011 | 1010111 | 11011 | 1000 | 1001101 | 101001 |
Color Harmonies of #BA2E18
Complementary color
Monochromatic Colors of #BA2E18
Black with #BA2E18
Text Example
Text Example
White with #BA2E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E18; }
p { color: rgb(186,46,24); }
H1.HeaderClassName
{
color: #BA2E18;
}
.AnyTagClassName
{
color: #BA2E18;
}
</style>
background-color css
<style>
a { background-color: #BA2E18; }
a { background-color: rgb(186,46,24); }
div.DivClassName
{
background-color: #BA2E18;
}
.BgClassName
{
background-color: #BA2E18;
}
</style>
border-color css
<style>
span { border-color: #BA2E18; }
span { border-color: rgb(186,46,24); }
td.TdClassName
{
border-color: #BA2E18;
}
.TagClassName
{
border-color: #BA2E18;
}
</style>