Html Css Color HEX #BA2D03 Harley Davidson Orange
📋 copy color: '#BA2D03'red 186 ◦ green 45 ◦ blue 3
Shades of Harley Davidson Orange #BA2D03
Tints of Harley Davidson Orange #BA2D03
RGB
CMYK
RGB Variations
Color information
#BA2D03 (or 0xBA2D03) is known color: Harley Davidson Orange. HEX triplet: BA, 2D and 03. RGB value is (186,45,3). Sum of RGB (Red+Green+Blue) = 186+45+3=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2D03 is #45D2FC. Grayscale: #525252. Windows color (decimal): -4575997 or 208314. OLE color: 208314.
HSL color Cylindrical-coordinate representation of color #BA2D03: hue angle of 13.77º degrees, saturation: 0.97, 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 #BA2D03 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 45 | 3 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.27 |
| HSL | 13.77º | 0.97% | 0.37% | - |
| HSV(B) | 13.77º | 0.98% | 0.73% | - |
| XYZ | 21.2 | 12.32 | 1.35 | - |
| YUV | 82.37 | 83.21 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 3 | 0 | 0.76 | 0.98 | 0.27 | 13.77 | 0.97 | 0.37 |
| Hex | BA | 2D | 3 | 0 | 4C | 62 | 1B | E | 61 | 25 |
| Octal | 272 | 55 | 3 | 0 | 114 | 142 | 33 | 16 | 141 | 45 |
| Binary | 10111010 | 101101 | 11 | 0 | 1001100 | 1100010 | 11011 | 1110 | 1100001 | 100101 |
Color Harmonies of #BA2D03
Complementary color
Monochromatic Colors of #BA2D03
Black with #BA2D03
Text Example
Text Example
White with #BA2D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2D03; }
p { color: rgb(186,45,3); }
H1.HeaderClassName
{
color: #BA2D03;
}
.AnyTagClassName
{
color: #BA2D03;
}
</style>
background-color css
<style>
a { background-color: #BA2D03; }
a { background-color: rgb(186,45,3); }
div.DivClassName
{
background-color: #BA2D03;
}
.BgClassName
{
background-color: #BA2D03;
}
</style>
border-color css
<style>
span { border-color: #BA2D03; }
span { border-color: rgb(186,45,3); }
td.TdClassName
{
border-color: #BA2D03;
}
.TagClassName
{
border-color: #BA2D03;
}
</style>