Html Css Color HEX #BA2810 Harley Davidson Orange
📋 copy color: '#BA2810'red 186 ◦ green 40 ◦ blue 16
Shades of Harley Davidson Orange #BA2810
Tints of Harley Davidson Orange #BA2810
RGB
CMYK
RGB Variations
Color information
#BA2810 (or 0xBA2810) is known color: Harley Davidson Orange. HEX triplet: BA, 28 and 10. RGB value is (186,40,16). Sum of RGB (Red+Green+Blue) = 186+40+16=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2810 is #45D7EF. Grayscale: #515151. Windows color (decimal): -4577264 or 1059002. OLE color: 1059002.
HSL color Cylindrical-coordinate representation of color #BA2810: hue angle of 8.47º 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 #BA2810 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 16 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.27 |
| HSL | 8.47º | 0.84% | 0.4% | - |
| HSV(B) | 8.47º | 0.91% | 0.73% | - |
| XYZ | 21.1 | 11.99 | 1.69 | - |
| YUV | 80.92 | 91.37 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 16 | 0 | 0.78 | 0.91 | 0.27 | 8.47 | 0.84 | 0.4 |
| Hex | BA | 28 | 10 | 0 | 4E | 5B | 1B | 8 | 54 | 28 |
| Octal | 272 | 50 | 20 | 0 | 116 | 133 | 33 | 10 | 124 | 50 |
| Binary | 10111010 | 101000 | 10000 | 0 | 1001110 | 1011011 | 11011 | 1000 | 1010100 | 101000 |
Color Harmonies of #BA2810
Complementary color
Monochromatic Colors of #BA2810
Black with #BA2810
Text Example
Text Example
White with #BA2810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2810; }
p { color: rgb(186,40,16); }
H1.HeaderClassName
{
color: #BA2810;
}
.AnyTagClassName
{
color: #BA2810;
}
</style>
background-color css
<style>
a { background-color: #BA2810; }
a { background-color: rgb(186,40,16); }
div.DivClassName
{
background-color: #BA2810;
}
.BgClassName
{
background-color: #BA2810;
}
</style>
border-color css
<style>
span { border-color: #BA2810; }
span { border-color: rgb(186,40,16); }
td.TdClassName
{
border-color: #BA2810;
}
.TagClassName
{
border-color: #BA2810;
}
</style>