Html Css Color HEX #BA2C04 Harley Davidson Orange
📋 copy color: '#BA2C04'red 186 ◦ green 44 ◦ blue 4
Shades of Harley Davidson Orange #BA2C04
Tints of Harley Davidson Orange #BA2C04
RGB
CMYK
RGB Variations
Color information
#BA2C04 (or 0xBA2C04) is known color: Harley Davidson Orange. HEX triplet: BA, 2C and 04. RGB value is (186,44,4). Sum of RGB (Red+Green+Blue) = 186+44+4=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2C04 is #45D3FB. Grayscale: #525252. Windows color (decimal): -4576252 or 273594. OLE color: 273594.
HSL color Cylindrical-coordinate representation of color #BA2C04: hue angle of 13.19º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA2C04 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 44 | 4 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.27 |
| HSL | 13.19º | 0.96% | 0.37% | - |
| HSV(B) | 13.19º | 0.98% | 0.73% | - |
| XYZ | 21.17 | 12.25 | 1.36 | - |
| YUV | 81.9 | 84.04 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 4 | 0 | 0.76 | 0.98 | 0.27 | 13.19 | 0.96 | 0.37 |
| Hex | BA | 2C | 4 | 0 | 4C | 62 | 1B | D | 60 | 25 |
| Octal | 272 | 54 | 4 | 0 | 114 | 142 | 33 | 15 | 140 | 45 |
| Binary | 10111010 | 101100 | 100 | 0 | 1001100 | 1100010 | 11011 | 1101 | 1100000 | 100101 |
Color Harmonies of #BA2C04
Complementary color
Monochromatic Colors of #BA2C04
Black with #BA2C04
Text Example
Text Example
White with #BA2C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2C04; }
p { color: rgb(186,44,4); }
H1.HeaderClassName
{
color: #BA2C04;
}
.AnyTagClassName
{
color: #BA2C04;
}
</style>
background-color css
<style>
a { background-color: #BA2C04; }
a { background-color: rgb(186,44,4); }
div.DivClassName
{
background-color: #BA2C04;
}
.BgClassName
{
background-color: #BA2C04;
}
</style>
border-color css
<style>
span { border-color: #BA2C04; }
span { border-color: rgb(186,44,4); }
td.TdClassName
{
border-color: #BA2C04;
}
.TagClassName
{
border-color: #BA2C04;
}
</style>