Html Css Color HEX #BA3012 Harley Davidson Orange
📋 copy color: '#BA3012'red 186 ◦ green 48 ◦ blue 18
Shades of Harley Davidson Orange #BA3012
Tints of Harley Davidson Orange #BA3012
RGB
CMYK
RGB Variations
Color information
#BA3012 (or 0xBA3012) is known color: Harley Davidson Orange. HEX triplet: BA, 30 and 12. RGB value is (186,48,18). Sum of RGB (Red+Green+Blue) = 186+48+18=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3012 is #45CFED. Grayscale: #565656. Windows color (decimal): -4575214 or 1192122. OLE color: 1192122.
HSL color Cylindrical-coordinate representation of color #BA3012: hue angle of 10.71º degrees, saturation: 0.82, 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 #BA3012 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 18 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.27 |
| HSL | 10.71º | 0.82% | 0.4% | - |
| HSV(B) | 10.71º | 0.9% | 0.73% | - |
| XYZ | 21.42 | 12.6 | 1.87 | - |
| YUV | 85.84 | 89.72 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 18 | 0 | 0.74 | 0.90 | 0.27 | 10.71 | 0.82 | 0.4 |
| Hex | BA | 30 | 12 | 0 | 4A | 5A | 1B | B | 52 | 28 |
| Octal | 272 | 60 | 22 | 0 | 112 | 132 | 33 | 13 | 122 | 50 |
| Binary | 10111010 | 110000 | 10010 | 0 | 1001010 | 1011010 | 11011 | 1011 | 1010010 | 101000 |
Color Harmonies of #BA3012
Complementary color
Monochromatic Colors of #BA3012
Black with #BA3012
Text Example
Text Example
White with #BA3012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3012; }
p { color: rgb(186,48,18); }
H1.HeaderClassName
{
color: #BA3012;
}
.AnyTagClassName
{
color: #BA3012;
}
</style>
background-color css
<style>
a { background-color: #BA3012; }
a { background-color: rgb(186,48,18); }
div.DivClassName
{
background-color: #BA3012;
}
.BgClassName
{
background-color: #BA3012;
}
</style>
border-color css
<style>
span { border-color: #BA3012; }
span { border-color: rgb(186,48,18); }
td.TdClassName
{
border-color: #BA3012;
}
.TagClassName
{
border-color: #BA3012;
}
</style>