Html Css Color HEX #BA2200 Harley Davidson Orange
📋 copy color: '#BA2200'red 186 ◦ green 34 ◦ blue 0
Shades of Harley Davidson Orange #BA2200
Tints of Harley Davidson Orange #BA2200
RGB
CMYK
RGB Variations
Color information
#BA2200 (or 0xBA2200) is known color: Harley Davidson Orange. HEX triplet: BA, 22 and 00. RGB value is (186,34,0). Sum of RGB (Red+Green+Blue) = 186+34+0=220 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.55% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2200 is #45DDFF. Grayscale: #4B4B4B. Windows color (decimal): -4578816 or 8890. OLE color: 8890.
HSL color Cylindrical-coordinate representation of color #BA2200: hue angle of 10.97º 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 #BA2200 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.27 |
| HSL | 10.97º | 1% | 0.36% | - |
| HSV(B) | 10.97º | 1% | 0.73% | - |
| XYZ | 20.82 | 11.58 | 1.14 | - |
| YUV | 75.57 | 85.36 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 0 | 0 | 0.82 | 1 | 0.27 | 10.97 | 1 | 0.36 |
| Hex | BA | 22 | 0 | 0 | 52 | 64 | 1B | B | 64 | 24 |
| Octal | 272 | 42 | 0 | 0 | 122 | 144 | 33 | 13 | 144 | 44 |
| Binary | 10111010 | 100010 | 0 | 0 | 1010010 | 1100100 | 11011 | 1011 | 1100100 | 100100 |
Color Harmonies of #BA2200
Complementary color
Monochromatic Colors of #BA2200
Black with #BA2200
Text Example
Text Example
White with #BA2200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2200; }
p { color: rgb(186,34,0); }
H1.HeaderClassName
{
color: #BA2200;
}
.AnyTagClassName
{
color: #BA2200;
}
</style>
background-color css
<style>
a { background-color: #BA2200; }
a { background-color: rgb(186,34,0); }
div.DivClassName
{
background-color: #BA2200;
}
.BgClassName
{
background-color: #BA2200;
}
</style>
border-color css
<style>
span { border-color: #BA2200; }
span { border-color: rgb(186,34,0); }
td.TdClassName
{
border-color: #BA2200;
}
.TagClassName
{
border-color: #BA2200;
}
</style>