Html Css Color HEX #BA2510 Harley Davidson Orange
📋 copy color: '#BA2510'red 186 ◦ green 37 ◦ blue 16
Shades of Harley Davidson Orange #BA2510
Tints of Harley Davidson Orange #BA2510
RGB
CMYK
RGB Variations
Color information
#BA2510 (or 0xBA2510) is known color: Harley Davidson Orange. HEX triplet: BA, 25 and 10. RGB value is (186,37,16). Sum of RGB (Red+Green+Blue) = 186+37+16=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2510 is #45DAEF. Grayscale: #4F4F4F. Windows color (decimal): -4578032 or 1058234. OLE color: 1058234.
HSL color Cylindrical-coordinate representation of color #BA2510: hue angle of 7.41º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA2510 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 16 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.27 |
| HSL | 7.41º | 0.84% | 0.4% | - |
| HSV(B) | 7.41º | 0.91% | 0.73% | - |
| XYZ | 21 | 11.8 | 1.66 | - |
| YUV | 79.16 | 92.36 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 16 | 0 | 0.80 | 0.91 | 0.27 | 7.41 | 0.84 | 0.4 |
| Hex | BA | 25 | 10 | 0 | 50 | 5B | 1B | 7 | 54 | 28 |
| Octal | 272 | 45 | 20 | 0 | 120 | 133 | 33 | 7 | 124 | 50 |
| Binary | 10111010 | 100101 | 10000 | 0 | 1010000 | 1011011 | 11011 | 111 | 1010100 | 101000 |
Color Harmonies of #BA2510
Complementary color
Monochromatic Colors of #BA2510
Black with #BA2510
Text Example
Text Example
White with #BA2510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2510; }
p { color: rgb(186,37,16); }
H1.HeaderClassName
{
color: #BA2510;
}
.AnyTagClassName
{
color: #BA2510;
}
</style>
background-color css
<style>
a { background-color: #BA2510; }
a { background-color: rgb(186,37,16); }
div.DivClassName
{
background-color: #BA2510;
}
.BgClassName
{
background-color: #BA2510;
}
</style>
border-color css
<style>
span { border-color: #BA2510; }
span { border-color: rgb(186,37,16); }
td.TdClassName
{
border-color: #BA2510;
}
.TagClassName
{
border-color: #BA2510;
}
</style>