Html Css Color HEX #BA2C00 Harley Davidson Orange
📋 copy color: '#BA2C00'red 186 ◦ green 44 ◦ blue 0
Shades of Harley Davidson Orange #BA2C00
Tints of Harley Davidson Orange #BA2C00
RGB
CMYK
RGB Variations
Color information
#BA2C00 (or 0xBA2C00) is known color: Harley Davidson Orange. HEX triplet: BA, 2C and 00. RGB value is (186,44,0). Sum of RGB (Red+Green+Blue) = 186+44+0=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2C00 is #45D3FF. Grayscale: #515151. Windows color (decimal): -4576256 or 11450. OLE color: 11450.
HSL color Cylindrical-coordinate representation of color #BA2C00: hue angle of 14.19º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA2C00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 44 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.27 |
| HSL | 14.19º | 1% | 0.36% | - |
| HSV(B) | 14.19º | 1% | 0.73% | - |
| XYZ | 21.15 | 12.24 | 1.25 | - |
| YUV | 81.44 | 82.04 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 0 | 0 | 0.76 | 1 | 0.27 | 14.19 | 1 | 0.36 |
| Hex | BA | 2C | 0 | 0 | 4C | 64 | 1B | E | 64 | 24 |
| Octal | 272 | 54 | 0 | 0 | 114 | 144 | 33 | 16 | 144 | 44 |
| Binary | 10111010 | 101100 | 0 | 0 | 1001100 | 1100100 | 11011 | 1110 | 1100100 | 100100 |
Color Harmonies of #BA2C00
Complementary color
Monochromatic Colors of #BA2C00
Black with #BA2C00
Text Example
Text Example
White with #BA2C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2C00; }
p { color: rgb(186,44,0); }
H1.HeaderClassName
{
color: #BA2C00;
}
.AnyTagClassName
{
color: #BA2C00;
}
</style>
background-color css
<style>
a { background-color: #BA2C00; }
a { background-color: rgb(186,44,0); }
div.DivClassName
{
background-color: #BA2C00;
}
.BgClassName
{
background-color: #BA2C00;
}
</style>
border-color css
<style>
span { border-color: #BA2C00; }
span { border-color: rgb(186,44,0); }
td.TdClassName
{
border-color: #BA2C00;
}
.TagClassName
{
border-color: #BA2C00;
}
</style>