Html Css Color HEX #BA2301 Harley Davidson Orange
📋 copy color: '#BA2301'red 186 ◦ green 35 ◦ blue 1
Shades of Harley Davidson Orange #BA2301
Tints of Harley Davidson Orange #BA2301
RGB
CMYK
RGB Variations
Color information
#BA2301 (or 0xBA2301) is known color: Harley Davidson Orange. HEX triplet: BA, 23 and 01. RGB value is (186,35,1). Sum of RGB (Red+Green+Blue) = 186+35+1=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2301 is #45DCFE. Grayscale: #4C4C4C. Windows color (decimal): -4578559 or 74682. OLE color: 74682.
HSL color Cylindrical-coordinate representation of color #BA2301: hue angle of 11.03º 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 #BA2301 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.27 |
| HSL | 11.03º | 0.99% | 0.37% | - |
| HSV(B) | 11.03º | 0.99% | 0.73% | - |
| XYZ | 20.86 | 11.64 | 1.18 | - |
| YUV | 76.27 | 85.53 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 1 | 0 | 0.81 | 0.99 | 0.27 | 11.03 | 0.99 | 0.37 |
| Hex | BA | 23 | 1 | 0 | 51 | 63 | 1B | B | 63 | 25 |
| Octal | 272 | 43 | 1 | 0 | 121 | 143 | 33 | 13 | 143 | 45 |
| Binary | 10111010 | 100011 | 1 | 0 | 1010001 | 1100011 | 11011 | 1011 | 1100011 | 100101 |
Color Harmonies of #BA2301
Complementary color
Monochromatic Colors of #BA2301
Black with #BA2301
Text Example
Text Example
White with #BA2301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2301; }
p { color: rgb(186,35,1); }
H1.HeaderClassName
{
color: #BA2301;
}
.AnyTagClassName
{
color: #BA2301;
}
</style>
background-color css
<style>
a { background-color: #BA2301; }
a { background-color: rgb(186,35,1); }
div.DivClassName
{
background-color: #BA2301;
}
.BgClassName
{
background-color: #BA2301;
}
</style>
border-color css
<style>
span { border-color: #BA2301; }
span { border-color: rgb(186,35,1); }
td.TdClassName
{
border-color: #BA2301;
}
.TagClassName
{
border-color: #BA2301;
}
</style>