Html Css Color HEX #BA3A1C Harley Davidson Orange
📋 copy color: '#BA3A1C'red 186 ◦ green 58 ◦ blue 28
Shades of Harley Davidson Orange #BA3A1C
Tints of Harley Davidson Orange #BA3A1C
RGB
CMYK
RGB Variations
Color information
#BA3A1C (or 0xBA3A1C) is known color: Harley Davidson Orange. HEX triplet: BA, 3A and 1C. RGB value is (186,58,28). Sum of RGB (Red+Green+Blue) = 186+58+28=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A1C is #45C5E3. Grayscale: #5D5D5D. Windows color (decimal): -4572644 or 1850042. OLE color: 1850042.
HSL color Cylindrical-coordinate representation of color #BA3A1C: hue angle of 11.39º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA3A1C is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 28 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.27 |
| HSL | 11.39º | 0.74% | 0.42% | - |
| HSV(B) | 11.39º | 0.85% | 0.73% | - |
| XYZ | 21.97 | 13.55 | 2.56 | - |
| YUV | 92.85 | 91.41 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 28 | 0 | 0.69 | 0.85 | 0.27 | 11.39 | 0.74 | 0.42 |
| Hex | BA | 3A | 1C | 0 | 45 | 55 | 1B | B | 4A | 2A |
| Octal | 272 | 72 | 34 | 0 | 105 | 125 | 33 | 13 | 112 | 52 |
| Binary | 10111010 | 111010 | 11100 | 0 | 1000101 | 1010101 | 11011 | 1011 | 1001010 | 101010 |
Color Harmonies of #BA3A1C
Complementary color
Monochromatic Colors of #BA3A1C
Black with #BA3A1C
Text Example
Text Example
White with #BA3A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A1C; }
p { color: rgb(186,58,28); }
H1.HeaderClassName
{
color: #BA3A1C;
}
.AnyTagClassName
{
color: #BA3A1C;
}
</style>
background-color css
<style>
a { background-color: #BA3A1C; }
a { background-color: rgb(186,58,28); }
div.DivClassName
{
background-color: #BA3A1C;
}
.BgClassName
{
background-color: #BA3A1C;
}
</style>
border-color css
<style>
span { border-color: #BA3A1C; }
span { border-color: rgb(186,58,28); }
td.TdClassName
{
border-color: #BA3A1C;
}
.TagClassName
{
border-color: #BA3A1C;
}
</style>