Html Css Color HEX #BA220D Harley Davidson Orange
📋 copy color: '#BA220D'red 186 ◦ green 34 ◦ blue 13
Shades of Harley Davidson Orange #BA220D
Tints of Harley Davidson Orange #BA220D
RGB
CMYK
RGB Variations
Color information
#BA220D (or 0xBA220D) is known color: Harley Davidson Orange. HEX triplet: BA, 22 and 0D. RGB value is (186,34,13). Sum of RGB (Red+Green+Blue) = 186+34+13=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA220D is #45DDF2. Grayscale: #4D4D4D. Windows color (decimal): -4578803 or 860858. OLE color: 860858.
HSL color Cylindrical-coordinate representation of color #BA220D: hue angle of 7.28º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA220D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 13 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.27 |
| HSL | 7.28º | 0.87% | 0.39% | - |
| HSV(B) | 7.28º | 0.93% | 0.73% | - |
| XYZ | 20.89 | 11.61 | 1.52 | - |
| YUV | 77.05 | 91.86 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 13 | 0 | 0.82 | 0.93 | 0.27 | 7.28 | 0.87 | 0.39 |
| Hex | BA | 22 | D | 0 | 52 | 5D | 1B | 7 | 57 | 27 |
| Octal | 272 | 42 | 15 | 0 | 122 | 135 | 33 | 7 | 127 | 47 |
| Binary | 10111010 | 100010 | 1101 | 0 | 1010010 | 1011101 | 11011 | 111 | 1010111 | 100111 |
Color Harmonies of #BA220D
Complementary color
Monochromatic Colors of #BA220D
Black with #BA220D
Text Example
Text Example
White with #BA220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA220D; }
p { color: rgb(186,34,13); }
H1.HeaderClassName
{
color: #BA220D;
}
.AnyTagClassName
{
color: #BA220D;
}
</style>
background-color css
<style>
a { background-color: #BA220D; }
a { background-color: rgb(186,34,13); }
div.DivClassName
{
background-color: #BA220D;
}
.BgClassName
{
background-color: #BA220D;
}
</style>
border-color css
<style>
span { border-color: #BA220D; }
span { border-color: rgb(186,34,13); }
td.TdClassName
{
border-color: #BA220D;
}
.TagClassName
{
border-color: #BA220D;
}
</style>