Html Css Color HEX #BA240B Harley Davidson Orange
📋 copy color: '#BA240B'red 186 ◦ green 36 ◦ blue 11
Shades of Harley Davidson Orange #BA240B
Tints of Harley Davidson Orange #BA240B
RGB
CMYK
RGB Variations
Color information
#BA240B (or 0xBA240B) is known color: Harley Davidson Orange. HEX triplet: BA, 24 and 0B. RGB value is (186,36,11). Sum of RGB (Red+Green+Blue) = 186+36+11=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA240B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA240B is #45DBF4. Grayscale: #4E4E4E. Windows color (decimal): -4578293 or 730298. OLE color: 730298.
HSL color Cylindrical-coordinate representation of color #BA240B: hue angle of 8.57º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA240B is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 11 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.27 |
| HSL | 8.57º | 0.89% | 0.39% | - |
| HSV(B) | 8.57º | 0.94% | 0.73% | - |
| XYZ | 20.94 | 11.73 | 1.48 | - |
| YUV | 78 | 90.2 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 11 | 0 | 0.81 | 0.94 | 0.27 | 8.57 | 0.89 | 0.39 |
| Hex | BA | 24 | B | 0 | 51 | 5E | 1B | 9 | 59 | 27 |
| Octal | 272 | 44 | 13 | 0 | 121 | 136 | 33 | 11 | 131 | 47 |
| Binary | 10111010 | 100100 | 1011 | 0 | 1010001 | 1011110 | 11011 | 1001 | 1011001 | 100111 |
Color Harmonies of #BA240B
Complementary color
Monochromatic Colors of #BA240B
Black with #BA240B
Text Example
Text Example
White with #BA240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA240B; }
p { color: rgb(186,36,11); }
H1.HeaderClassName
{
color: #BA240B;
}
.AnyTagClassName
{
color: #BA240B;
}
</style>
background-color css
<style>
a { background-color: #BA240B; }
a { background-color: rgb(186,36,11); }
div.DivClassName
{
background-color: #BA240B;
}
.BgClassName
{
background-color: #BA240B;
}
</style>
border-color css
<style>
span { border-color: #BA240B; }
span { border-color: rgb(186,36,11); }
td.TdClassName
{
border-color: #BA240B;
}
.TagClassName
{
border-color: #BA240B;
}
</style>