Html Css Color HEX #BA2C16 Harley Davidson Orange
📋 copy color: '#BA2C16'red 186 ◦ green 44 ◦ blue 22
Shades of Harley Davidson Orange #BA2C16
Tints of Harley Davidson Orange #BA2C16
RGB
CMYK
RGB Variations
Color information
#BA2C16 (or 0xBA2C16) is known color: Harley Davidson Orange. HEX triplet: BA, 2C and 16. RGB value is (186,44,22). Sum of RGB (Red+Green+Blue) = 186+44+22=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2C16 is #45D3E9. Grayscale: #545454. Windows color (decimal): -4576234 or 1453242. OLE color: 1453242.
HSL color Cylindrical-coordinate representation of color #BA2C16: hue angle of 8.05º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA2C16 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 44 | 22 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.27 |
| HSL | 8.05º | 0.79% | 0.41% | - |
| HSV(B) | 8.05º | 0.88% | 0.73% | - |
| XYZ | 21.3 | 12.3 | 2.01 | - |
| YUV | 83.95 | 93.04 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 22 | 0 | 0.76 | 0.88 | 0.27 | 8.05 | 0.79 | 0.41 |
| Hex | BA | 2C | 16 | 0 | 4C | 58 | 1B | 8 | 4F | 29 |
| Octal | 272 | 54 | 26 | 0 | 114 | 130 | 33 | 10 | 117 | 51 |
| Binary | 10111010 | 101100 | 10110 | 0 | 1001100 | 1011000 | 11011 | 1000 | 1001111 | 101001 |
Color Harmonies of #BA2C16
Complementary color
Monochromatic Colors of #BA2C16
Black with #BA2C16
Text Example
Text Example
White with #BA2C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2C16; }
p { color: rgb(186,44,22); }
H1.HeaderClassName
{
color: #BA2C16;
}
.AnyTagClassName
{
color: #BA2C16;
}
</style>
background-color css
<style>
a { background-color: #BA2C16; }
a { background-color: rgb(186,44,22); }
div.DivClassName
{
background-color: #BA2C16;
}
.BgClassName
{
background-color: #BA2C16;
}
</style>
border-color css
<style>
span { border-color: #BA2C16; }
span { border-color: rgb(186,44,22); }
td.TdClassName
{
border-color: #BA2C16;
}
.TagClassName
{
border-color: #BA2C16;
}
</style>