Html Css Color HEX #BA3A21 Harley Davidson Orange
📋 copy color: '#BA3A21'red 186 ◦ green 58 ◦ blue 33
Shades of Harley Davidson Orange #BA3A21
Tints of Harley Davidson Orange #BA3A21
RGB
CMYK
RGB Variations
Color information
#BA3A21 (or 0xBA3A21) is known color: Harley Davidson Orange. HEX triplet: BA, 3A and 21. RGB value is (186,58,33). Sum of RGB (Red+Green+Blue) = 186+58+33=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A21 is #45C5DE. Grayscale: #5D5D5D. Windows color (decimal): -4572639 or 2177722. OLE color: 2177722.
HSL color Cylindrical-coordinate representation of color #BA3A21: hue angle of 9.8º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA3A21 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 33 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.27 |
| HSL | 9.8º | 0.7% | 0.43% | - |
| HSV(B) | 9.8º | 0.82% | 0.73% | - |
| XYZ | 22.04 | 13.58 | 2.9 | - |
| YUV | 93.42 | 93.91 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 33 | 0 | 0.69 | 0.82 | 0.27 | 9.8 | 0.7 | 0.43 |
| Hex | BA | 3A | 21 | 0 | 45 | 52 | 1B | A | 46 | 2B |
| Octal | 272 | 72 | 41 | 0 | 105 | 122 | 33 | 12 | 106 | 53 |
| Binary | 10111010 | 111010 | 100001 | 0 | 1000101 | 1010010 | 11011 | 1010 | 1000110 | 101011 |
Color Harmonies of #BA3A21
Complementary color
Monochromatic Colors of #BA3A21
Black with #BA3A21
Text Example
Text Example
White with #BA3A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A21; }
p { color: rgb(186,58,33); }
H1.HeaderClassName
{
color: #BA3A21;
}
.AnyTagClassName
{
color: #BA3A21;
}
</style>
background-color css
<style>
a { background-color: #BA3A21; }
a { background-color: rgb(186,58,33); }
div.DivClassName
{
background-color: #BA3A21;
}
.BgClassName
{
background-color: #BA3A21;
}
</style>
border-color css
<style>
span { border-color: #BA3A21; }
span { border-color: rgb(186,58,33); }
td.TdClassName
{
border-color: #BA3A21;
}
.TagClassName
{
border-color: #BA3A21;
}
</style>