Html Css Color HEX #BA2A0D Harley Davidson Orange
📋 copy color: '#BA2A0D'red 186 ◦ green 42 ◦ blue 13
Shades of Harley Davidson Orange #BA2A0D
Tints of Harley Davidson Orange #BA2A0D
RGB
CMYK
RGB Variations
Color information
#BA2A0D (or 0xBA2A0D) is known color: Harley Davidson Orange. HEX triplet: BA, 2A and 0D. RGB value is (186,42,13). Sum of RGB (Red+Green+Blue) = 186+42+13=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2A0D is #45D5F2. Grayscale: #525252. Windows color (decimal): -4576755 or 862906. OLE color: 862906.
HSL color Cylindrical-coordinate representation of color #BA2A0D: hue angle of 10.06º 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 #BA2A0D is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 13 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.27 |
| HSL | 10.06º | 0.87% | 0.39% | - |
| HSV(B) | 10.06º | 0.93% | 0.73% | - |
| XYZ | 21.15 | 12.12 | 1.61 | - |
| YUV | 81.75 | 89.21 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 13 | 0 | 0.77 | 0.93 | 0.27 | 10.06 | 0.87 | 0.39 |
| Hex | BA | 2A | D | 0 | 4D | 5D | 1B | A | 57 | 27 |
| Octal | 272 | 52 | 15 | 0 | 115 | 135 | 33 | 12 | 127 | 47 |
| Binary | 10111010 | 101010 | 1101 | 0 | 1001101 | 1011101 | 11011 | 1010 | 1010111 | 100111 |
Color Harmonies of #BA2A0D
Complementary color
Monochromatic Colors of #BA2A0D
Black with #BA2A0D
Text Example
Text Example
White with #BA2A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2A0D; }
p { color: rgb(186,42,13); }
H1.HeaderClassName
{
color: #BA2A0D;
}
.AnyTagClassName
{
color: #BA2A0D;
}
</style>
background-color css
<style>
a { background-color: #BA2A0D; }
a { background-color: rgb(186,42,13); }
div.DivClassName
{
background-color: #BA2A0D;
}
.BgClassName
{
background-color: #BA2A0D;
}
</style>
border-color css
<style>
span { border-color: #BA2A0D; }
span { border-color: rgb(186,42,13); }
td.TdClassName
{
border-color: #BA2A0D;
}
.TagClassName
{
border-color: #BA2A0D;
}
</style>