Html Css Color HEX #BA2202 Harley Davidson Orange
📋 copy color: '#BA2202'red 186 ◦ green 34 ◦ blue 2
Shades of Harley Davidson Orange #BA2202
Tints of Harley Davidson Orange #BA2202
RGB
CMYK
RGB Variations
Color information
#BA2202 (or 0xBA2202) is known color: Harley Davidson Orange. HEX triplet: BA, 22 and 02. RGB value is (186,34,2). Sum of RGB (Red+Green+Blue) = 186+34+2=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2202 is #45DDFD. Grayscale: #4C4C4C. Windows color (decimal): -4578814 or 139962. OLE color: 139962.
HSL color Cylindrical-coordinate representation of color #BA2202: hue angle of 10.43º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA2202 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.27 |
| HSL | 10.43º | 0.98% | 0.37% | - |
| HSV(B) | 10.43º | 0.99% | 0.73% | - |
| XYZ | 20.83 | 11.59 | 1.2 | - |
| YUV | 75.8 | 86.36 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 2 | 0 | 0.82 | 0.99 | 0.27 | 10.43 | 0.98 | 0.37 |
| Hex | BA | 22 | 2 | 0 | 52 | 63 | 1B | A | 62 | 25 |
| Octal | 272 | 42 | 2 | 0 | 122 | 143 | 33 | 12 | 142 | 45 |
| Binary | 10111010 | 100010 | 10 | 0 | 1010010 | 1100011 | 11011 | 1010 | 1100010 | 100101 |
Color Harmonies of #BA2202
Complementary color
Monochromatic Colors of #BA2202
Black with #BA2202
Text Example
Text Example
White with #BA2202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2202; }
p { color: rgb(186,34,2); }
H1.HeaderClassName
{
color: #BA2202;
}
.AnyTagClassName
{
color: #BA2202;
}
</style>
background-color css
<style>
a { background-color: #BA2202; }
a { background-color: rgb(186,34,2); }
div.DivClassName
{
background-color: #BA2202;
}
.BgClassName
{
background-color: #BA2202;
}
</style>
border-color css
<style>
span { border-color: #BA2202; }
span { border-color: rgb(186,34,2); }
td.TdClassName
{
border-color: #BA2202;
}
.TagClassName
{
border-color: #BA2202;
}
</style>