Html Css Color HEX #BA280D Harley Davidson Orange
📋 copy color: '#BA280D'red 186 ◦ green 40 ◦ blue 13
Shades of Harley Davidson Orange #BA280D
Tints of Harley Davidson Orange #BA280D
RGB
CMYK
RGB Variations
Color information
#BA280D (or 0xBA280D) is known color: Harley Davidson Orange. HEX triplet: BA, 28 and 0D. RGB value is (186,40,13). Sum of RGB (Red+Green+Blue) = 186+40+13=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA280D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA280D is #45D7F2. Grayscale: #505050. Windows color (decimal): -4577267 or 862394. OLE color: 862394.
HSL color Cylindrical-coordinate representation of color #BA280D: hue angle of 9.36º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA280D is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 13 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.27 |
| HSL | 9.36º | 0.87% | 0.39% | - |
| HSV(B) | 9.36º | 0.93% | 0.73% | - |
| XYZ | 21.08 | 11.99 | 1.58 | - |
| YUV | 80.58 | 89.87 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 13 | 0 | 0.78 | 0.93 | 0.27 | 9.36 | 0.87 | 0.39 |
| Hex | BA | 28 | D | 0 | 4E | 5D | 1B | 9 | 57 | 27 |
| Octal | 272 | 50 | 15 | 0 | 116 | 135 | 33 | 11 | 127 | 47 |
| Binary | 10111010 | 101000 | 1101 | 0 | 1001110 | 1011101 | 11011 | 1001 | 1010111 | 100111 |
Color Harmonies of #BA280D
Complementary color
Monochromatic Colors of #BA280D
Black with #BA280D
Text Example
Text Example
White with #BA280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA280D; }
p { color: rgb(186,40,13); }
H1.HeaderClassName
{
color: #BA280D;
}
.AnyTagClassName
{
color: #BA280D;
}
</style>
background-color css
<style>
a { background-color: #BA280D; }
a { background-color: rgb(186,40,13); }
div.DivClassName
{
background-color: #BA280D;
}
.BgClassName
{
background-color: #BA280D;
}
</style>
border-color css
<style>
span { border-color: #BA280D; }
span { border-color: rgb(186,40,13); }
td.TdClassName
{
border-color: #BA280D;
}
.TagClassName
{
border-color: #BA280D;
}
</style>