Html Css Color HEX #BA311C Harley Davidson Orange
📋 copy color: '#BA311C'red 186 ◦ green 49 ◦ blue 28
Shades of Harley Davidson Orange #BA311C
Tints of Harley Davidson Orange #BA311C
RGB
CMYK
RGB Variations
Color information
#BA311C (or 0xBA311C) is known color: Harley Davidson Orange. HEX triplet: BA, 31 and 1C. RGB value is (186,49,28). Sum of RGB (Red+Green+Blue) = 186+49+28=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA311C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA311C is #45CEE3. Grayscale: #575757. Windows color (decimal): -4574948 or 1847738. OLE color: 1847738.
HSL color Cylindrical-coordinate representation of color #BA311C: hue angle of 7.97º 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 #BA311C is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 28 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.27 |
| HSL | 7.97º | 0.74% | 0.42% | - |
| HSV(B) | 7.97º | 0.85% | 0.73% | - |
| XYZ | 21.56 | 12.72 | 2.42 | - |
| YUV | 87.57 | 94.39 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 28 | 0 | 0.74 | 0.85 | 0.27 | 7.97 | 0.74 | 0.42 |
| Hex | BA | 31 | 1C | 0 | 4A | 55 | 1B | 8 | 4A | 2A |
| Octal | 272 | 61 | 34 | 0 | 112 | 125 | 33 | 10 | 112 | 52 |
| Binary | 10111010 | 110001 | 11100 | 0 | 1001010 | 1010101 | 11011 | 1000 | 1001010 | 101010 |
Color Harmonies of #BA311C
Complementary color
Monochromatic Colors of #BA311C
Black with #BA311C
Text Example
Text Example
White with #BA311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA311C; }
p { color: rgb(186,49,28); }
H1.HeaderClassName
{
color: #BA311C;
}
.AnyTagClassName
{
color: #BA311C;
}
</style>
background-color css
<style>
a { background-color: #BA311C; }
a { background-color: rgb(186,49,28); }
div.DivClassName
{
background-color: #BA311C;
}
.BgClassName
{
background-color: #BA311C;
}
</style>
border-color css
<style>
span { border-color: #BA311C; }
span { border-color: rgb(186,49,28); }
td.TdClassName
{
border-color: #BA311C;
}
.TagClassName
{
border-color: #BA311C;
}
</style>