Html Css Color HEX #BA3113 Harley Davidson Orange
📋 copy color: '#BA3113'red 186 ◦ green 49 ◦ blue 19
Shades of Harley Davidson Orange #BA3113
Tints of Harley Davidson Orange #BA3113
RGB
CMYK
RGB Variations
Color information
#BA3113 (or 0xBA3113) is known color: Harley Davidson Orange. HEX triplet: BA, 31 and 13. RGB value is (186,49,19). Sum of RGB (Red+Green+Blue) = 186+49+19=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3113 is #45CEEC. Grayscale: #565656. Windows color (decimal): -4574957 or 1257914. OLE color: 1257914.
HSL color Cylindrical-coordinate representation of color #BA3113: hue angle of 10.78º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA3113 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 19 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.27 |
| HSL | 10.78º | 0.81% | 0.4% | - |
| HSV(B) | 10.78º | 0.9% | 0.73% | - |
| XYZ | 21.47 | 12.68 | 1.93 | - |
| YUV | 86.54 | 89.89 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 19 | 0 | 0.74 | 0.90 | 0.27 | 10.78 | 0.81 | 0.4 |
| Hex | BA | 31 | 13 | 0 | 4A | 5A | 1B | B | 51 | 28 |
| Octal | 272 | 61 | 23 | 0 | 112 | 132 | 33 | 13 | 121 | 50 |
| Binary | 10111010 | 110001 | 10011 | 0 | 1001010 | 1011010 | 11011 | 1011 | 1010001 | 101000 |
Color Harmonies of #BA3113
Complementary color
Monochromatic Colors of #BA3113
Black with #BA3113
Text Example
Text Example
White with #BA3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3113; }
p { color: rgb(186,49,19); }
H1.HeaderClassName
{
color: #BA3113;
}
.AnyTagClassName
{
color: #BA3113;
}
</style>
background-color css
<style>
a { background-color: #BA3113; }
a { background-color: rgb(186,49,19); }
div.DivClassName
{
background-color: #BA3113;
}
.BgClassName
{
background-color: #BA3113;
}
</style>
border-color css
<style>
span { border-color: #BA3113; }
span { border-color: rgb(186,49,19); }
td.TdClassName
{
border-color: #BA3113;
}
.TagClassName
{
border-color: #BA3113;
}
</style>