Html Css Color HEX #BA3A20 Harley Davidson Orange
📋 copy color: '#BA3A20'red 186 ◦ green 58 ◦ blue 32
Shades of Harley Davidson Orange #BA3A20
Tints of Harley Davidson Orange #BA3A20
RGB
CMYK
RGB Variations
Color information
#BA3A20 (or 0xBA3A20) is known color: Harley Davidson Orange. HEX triplet: BA, 3A and 20. RGB value is (186,58,32). Sum of RGB (Red+Green+Blue) = 186+58+32=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A20 is #45C5DF. Grayscale: #5D5D5D. Windows color (decimal): -4572640 or 2112186. OLE color: 2112186.
HSL color Cylindrical-coordinate representation of color #BA3A20: hue angle of 10.13º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA3A20 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 32 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.27 |
| HSL | 10.13º | 0.71% | 0.43% | - |
| HSV(B) | 10.13º | 0.83% | 0.73% | - |
| XYZ | 22.02 | 13.57 | 2.82 | - |
| YUV | 93.31 | 93.41 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 32 | 0 | 0.69 | 0.83 | 0.27 | 10.13 | 0.71 | 0.43 |
| Hex | BA | 3A | 20 | 0 | 45 | 53 | 1B | A | 47 | 2B |
| Octal | 272 | 72 | 40 | 0 | 105 | 123 | 33 | 12 | 107 | 53 |
| Binary | 10111010 | 111010 | 100000 | 0 | 1000101 | 1010011 | 11011 | 1010 | 1000111 | 101011 |
Color Harmonies of #BA3A20
Complementary color
Monochromatic Colors of #BA3A20
Black with #BA3A20
Text Example
Text Example
White with #BA3A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A20; }
p { color: rgb(186,58,32); }
H1.HeaderClassName
{
color: #BA3A20;
}
.AnyTagClassName
{
color: #BA3A20;
}
</style>
background-color css
<style>
a { background-color: #BA3A20; }
a { background-color: rgb(186,58,32); }
div.DivClassName
{
background-color: #BA3A20;
}
.BgClassName
{
background-color: #BA3A20;
}
</style>
border-color css
<style>
span { border-color: #BA3A20; }
span { border-color: rgb(186,58,32); }
td.TdClassName
{
border-color: #BA3A20;
}
.TagClassName
{
border-color: #BA3A20;
}
</style>