Html Css Color HEX #BA1E02 Harley Davidson Orange
📋 copy color: '#BA1E02'red 186 ◦ green 30 ◦ blue 2
Shades of Harley Davidson Orange #BA1E02
Tints of Harley Davidson Orange #BA1E02
RGB
CMYK
RGB Variations
Color information
#BA1E02 (or 0xBA1E02) is known color: Harley Davidson Orange. HEX triplet: BA, 1E and 02. RGB value is (186,30,2). Sum of RGB (Red+Green+Blue) = 186+30+2=218 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.32% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1E02 is #45E1FD. Grayscale: #494949. Windows color (decimal): -4579838 or 138938. OLE color: 138938.
HSL color Cylindrical-coordinate representation of color #BA1E02: hue angle of 9.13º degrees, saturation: 0.98, 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 #BA1E02 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.27 |
| HSL | 9.13º | 0.98% | 0.37% | - |
| HSV(B) | 9.13º | 0.99% | 0.73% | - |
| XYZ | 20.72 | 11.37 | 1.16 | - |
| YUV | 73.45 | 87.68 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 2 | 0 | 0.84 | 0.99 | 0.27 | 9.13 | 0.98 | 0.37 |
| Hex | BA | 1E | 2 | 0 | 54 | 63 | 1B | 9 | 62 | 25 |
| Octal | 272 | 36 | 2 | 0 | 124 | 143 | 33 | 11 | 142 | 45 |
| Binary | 10111010 | 11110 | 10 | 0 | 1010100 | 1100011 | 11011 | 1001 | 1100010 | 100101 |
Color Harmonies of #BA1E02
Complementary color
Monochromatic Colors of #BA1E02
Black with #BA1E02
Text Example
Text Example
White with #BA1E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1E02; }
p { color: rgb(186,30,2); }
H1.HeaderClassName
{
color: #BA1E02;
}
.AnyTagClassName
{
color: #BA1E02;
}
</style>
background-color css
<style>
a { background-color: #BA1E02; }
a { background-color: rgb(186,30,2); }
div.DivClassName
{
background-color: #BA1E02;
}
.BgClassName
{
background-color: #BA1E02;
}
</style>
border-color css
<style>
span { border-color: #BA1E02; }
span { border-color: rgb(186,30,2); }
td.TdClassName
{
border-color: #BA1E02;
}
.TagClassName
{
border-color: #BA1E02;
}
</style>