Html Css Color HEX #BA2A03 Harley Davidson Orange
📋 copy color: '#BA2A03'red 186 ◦ green 42 ◦ blue 3
Shades of Harley Davidson Orange #BA2A03
Tints of Harley Davidson Orange #BA2A03
RGB
CMYK
RGB Variations
Color information
#BA2A03 (or 0xBA2A03) is known color: Harley Davidson Orange. HEX triplet: BA, 2A and 03. RGB value is (186,42,3). Sum of RGB (Red+Green+Blue) = 186+42+3=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2A03 is #45D5FC. Grayscale: #505050. Windows color (decimal): -4576765 or 207546. OLE color: 207546.
HSL color Cylindrical-coordinate representation of color #BA2A03: hue angle of 12.79º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA2A03 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 3 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.27 |
| HSL | 12.79º | 0.97% | 0.37% | - |
| HSV(B) | 12.79º | 0.98% | 0.73% | - |
| XYZ | 21.09 | 12.1 | 1.31 | - |
| YUV | 80.61 | 84.21 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 3 | 0 | 0.77 | 0.98 | 0.27 | 12.79 | 0.97 | 0.37 |
| Hex | BA | 2A | 3 | 0 | 4D | 62 | 1B | D | 61 | 25 |
| Octal | 272 | 52 | 3 | 0 | 115 | 142 | 33 | 15 | 141 | 45 |
| Binary | 10111010 | 101010 | 11 | 0 | 1001101 | 1100010 | 11011 | 1101 | 1100001 | 100101 |
Color Harmonies of #BA2A03
Complementary color
Monochromatic Colors of #BA2A03
Black with #BA2A03
Text Example
Text Example
White with #BA2A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2A03; }
p { color: rgb(186,42,3); }
H1.HeaderClassName
{
color: #BA2A03;
}
.AnyTagClassName
{
color: #BA2A03;
}
</style>
background-color css
<style>
a { background-color: #BA2A03; }
a { background-color: rgb(186,42,3); }
div.DivClassName
{
background-color: #BA2A03;
}
.BgClassName
{
background-color: #BA2A03;
}
</style>
border-color css
<style>
span { border-color: #BA2A03; }
span { border-color: rgb(186,42,3); }
td.TdClassName
{
border-color: #BA2A03;
}
.TagClassName
{
border-color: #BA2A03;
}
</style>