Html Css Color HEX #BA2503 Harley Davidson Orange
📋 copy color: '#BA2503'red 186 ◦ green 37 ◦ blue 3
Shades of Harley Davidson Orange #BA2503
Tints of Harley Davidson Orange #BA2503
RGB
CMYK
RGB Variations
Color information
#BA2503 (or 0xBA2503) is known color: Harley Davidson Orange. HEX triplet: BA, 25 and 03. RGB value is (186,37,3). Sum of RGB (Red+Green+Blue) = 186+37+3=226 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.30% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2503 is #45DAFC. Grayscale: #4D4D4D. Windows color (decimal): -4578045 or 206266. OLE color: 206266.
HSL color Cylindrical-coordinate representation of color #BA2503: hue angle of 11.15º 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 #BA2503 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 3 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.27 |
| HSL | 11.15º | 0.97% | 0.37% | - |
| HSV(B) | 11.15º | 0.98% | 0.73% | - |
| XYZ | 20.93 | 11.77 | 1.25 | - |
| YUV | 77.68 | 85.86 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 3 | 0 | 0.80 | 0.98 | 0.27 | 11.15 | 0.97 | 0.37 |
| Hex | BA | 25 | 3 | 0 | 50 | 62 | 1B | B | 61 | 25 |
| Octal | 272 | 45 | 3 | 0 | 120 | 142 | 33 | 13 | 141 | 45 |
| Binary | 10111010 | 100101 | 11 | 0 | 1010000 | 1100010 | 11011 | 1011 | 1100001 | 100101 |
Color Harmonies of #BA2503
Complementary color
Monochromatic Colors of #BA2503
Black with #BA2503
Text Example
Text Example
White with #BA2503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2503; }
p { color: rgb(186,37,3); }
H1.HeaderClassName
{
color: #BA2503;
}
.AnyTagClassName
{
color: #BA2503;
}
</style>
background-color css
<style>
a { background-color: #BA2503; }
a { background-color: rgb(186,37,3); }
div.DivClassName
{
background-color: #BA2503;
}
.BgClassName
{
background-color: #BA2503;
}
</style>
border-color css
<style>
span { border-color: #BA2503; }
span { border-color: rgb(186,37,3); }
td.TdClassName
{
border-color: #BA2503;
}
.TagClassName
{
border-color: #BA2503;
}
</style>