Html Css Color HEX #BA2001 Harley Davidson Orange
📋 copy color: '#BA2001'red 186 ◦ green 32 ◦ blue 1
Shades of Harley Davidson Orange #BA2001
Tints of Harley Davidson Orange #BA2001
RGB
CMYK
RGB Variations
Color information
#BA2001 (or 0xBA2001) is known color: Harley Davidson Orange. HEX triplet: BA, 20 and 01. RGB value is (186,32,1). Sum of RGB (Red+Green+Blue) = 186+32+1=219 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.93% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2001 is #45DFFE. Grayscale: #4A4A4A. Windows color (decimal): -4579327 or 73914. OLE color: 73914.
HSL color Cylindrical-coordinate representation of color #BA2001: hue angle of 10.05º degrees, saturation: 0.99, 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 #BA2001 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.27 |
| HSL | 10.05º | 0.99% | 0.37% | - |
| HSV(B) | 10.05º | 0.99% | 0.73% | - |
| XYZ | 20.77 | 11.47 | 1.15 | - |
| YUV | 74.51 | 86.52 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 1 | 0 | 0.83 | 0.99 | 0.27 | 10.05 | 0.99 | 0.37 |
| Hex | BA | 20 | 1 | 0 | 53 | 63 | 1B | A | 63 | 25 |
| Octal | 272 | 40 | 1 | 0 | 123 | 143 | 33 | 12 | 143 | 45 |
| Binary | 10111010 | 100000 | 1 | 0 | 1010011 | 1100011 | 11011 | 1010 | 1100011 | 100101 |
Color Harmonies of #BA2001
Complementary color
Monochromatic Colors of #BA2001
Black with #BA2001
Text Example
Text Example
White with #BA2001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2001; }
p { color: rgb(186,32,1); }
H1.HeaderClassName
{
color: #BA2001;
}
.AnyTagClassName
{
color: #BA2001;
}
</style>
background-color css
<style>
a { background-color: #BA2001; }
a { background-color: rgb(186,32,1); }
div.DivClassName
{
background-color: #BA2001;
}
.BgClassName
{
background-color: #BA2001;
}
</style>
border-color css
<style>
span { border-color: #BA2001; }
span { border-color: rgb(186,32,1); }
td.TdClassName
{
border-color: #BA2001;
}
.TagClassName
{
border-color: #BA2001;
}
</style>