Html Css Color HEX #BA2A00 Harley Davidson Orange
📋 copy color: '#BA2A00'red 186 ◦ green 42 ◦ blue 0
Shades of Harley Davidson Orange #BA2A00
Tints of Harley Davidson Orange #BA2A00
RGB
CMYK
RGB Variations
Color information
#BA2A00 (or 0xBA2A00) is known color: Harley Davidson Orange. HEX triplet: BA, 2A and 00. RGB value is (186,42,0). Sum of RGB (Red+Green+Blue) = 186+42+0=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2A00 is #45D5FF. Grayscale: #505050. Windows color (decimal): -4576768 or 10938. OLE color: 10938.
HSL color Cylindrical-coordinate representation of color #BA2A00: hue angle of 13.55º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA2A00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 42 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.27 |
| HSL | 13.55º | 1% | 0.36% | - |
| HSV(B) | 13.55º | 1% | 0.73% | - |
| XYZ | 21.08 | 12.1 | 1.22 | - |
| YUV | 80.27 | 82.71 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 0 | 0 | 0.77 | 1 | 0.27 | 13.55 | 1 | 0.36 |
| Hex | BA | 2A | 0 | 0 | 4D | 64 | 1B | E | 64 | 24 |
| Octal | 272 | 52 | 0 | 0 | 115 | 144 | 33 | 16 | 144 | 44 |
| Binary | 10111010 | 101010 | 0 | 0 | 1001101 | 1100100 | 11011 | 1110 | 1100100 | 100100 |
Color Harmonies of #BA2A00
Complementary color
Monochromatic Colors of #BA2A00
Black with #BA2A00
Text Example
Text Example
White with #BA2A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2A00; }
p { color: rgb(186,42,0); }
H1.HeaderClassName
{
color: #BA2A00;
}
.AnyTagClassName
{
color: #BA2A00;
}
</style>
background-color css
<style>
a { background-color: #BA2A00; }
a { background-color: rgb(186,42,0); }
div.DivClassName
{
background-color: #BA2A00;
}
.BgClassName
{
background-color: #BA2A00;
}
</style>
border-color css
<style>
span { border-color: #BA2A00; }
span { border-color: rgb(186,42,0); }
td.TdClassName
{
border-color: #BA2A00;
}
.TagClassName
{
border-color: #BA2A00;
}
</style>