Html Css Color HEX #BA2C02 Harley Davidson Orange
📋 copy color: '#BA2C02'red 186 ◦ green 44 ◦ blue 2
Shades of Harley Davidson Orange #BA2C02
Tints of Harley Davidson Orange #BA2C02
RGB
CMYK
RGB Variations
Color information
#BA2C02 (or 0xBA2C02) is known color: Harley Davidson Orange. HEX triplet: BA, 2C and 02. RGB value is (186,44,2). Sum of RGB (Red+Green+Blue) = 186+44+2=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2C02 is #45D3FD. Grayscale: #515151. Windows color (decimal): -4576254 or 142522. OLE color: 142522.
HSL color Cylindrical-coordinate representation of color #BA2C02: hue angle of 13.7º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA2C02 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 44 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.27 |
| HSL | 13.7º | 0.98% | 0.37% | - |
| HSV(B) | 13.7º | 0.99% | 0.73% | - |
| XYZ | 21.16 | 12.24 | 1.31 | - |
| YUV | 81.67 | 83.04 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 2 | 0 | 0.76 | 0.99 | 0.27 | 13.7 | 0.98 | 0.37 |
| Hex | BA | 2C | 2 | 0 | 4C | 63 | 1B | E | 62 | 25 |
| Octal | 272 | 54 | 2 | 0 | 114 | 143 | 33 | 16 | 142 | 45 |
| Binary | 10111010 | 101100 | 10 | 0 | 1001100 | 1100011 | 11011 | 1110 | 1100010 | 100101 |
Color Harmonies of #BA2C02
Complementary color
Monochromatic Colors of #BA2C02
Black with #BA2C02
Text Example
Text Example
White with #BA2C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2C02; }
p { color: rgb(186,44,2); }
H1.HeaderClassName
{
color: #BA2C02;
}
.AnyTagClassName
{
color: #BA2C02;
}
</style>
background-color css
<style>
a { background-color: #BA2C02; }
a { background-color: rgb(186,44,2); }
div.DivClassName
{
background-color: #BA2C02;
}
.BgClassName
{
background-color: #BA2C02;
}
</style>
border-color css
<style>
span { border-color: #BA2C02; }
span { border-color: rgb(186,44,2); }
td.TdClassName
{
border-color: #BA2C02;
}
.TagClassName
{
border-color: #BA2C02;
}
</style>