Html Css Color HEX #BA2F1C Harley Davidson Orange
📋 copy color: '#BA2F1C'red 186 ◦ green 47 ◦ blue 28
Shades of Harley Davidson Orange #BA2F1C
Tints of Harley Davidson Orange #BA2F1C
RGB
CMYK
RGB Variations
Color information
#BA2F1C (or 0xBA2F1C) is known color: Harley Davidson Orange. HEX triplet: BA, 2F and 1C. RGB value is (186,47,28). Sum of RGB (Red+Green+Blue) = 186+47+28=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F1C is #45D0E3. Grayscale: #565656. Windows color (decimal): -4575460 or 1847226. OLE color: 1847226.
HSL color Cylindrical-coordinate representation of color #BA2F1C: hue angle of 7.22º 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 #BA2F1C is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 47 | 28 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.27 |
| HSL | 7.22º | 0.74% | 0.42% | - |
| HSV(B) | 7.22º | 0.85% | 0.73% | - |
| XYZ | 21.48 | 12.56 | 2.39 | - |
| YUV | 86.4 | 95.05 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 28 | 0 | 0.75 | 0.85 | 0.27 | 7.22 | 0.74 | 0.42 |
| Hex | BA | 2F | 1C | 0 | 4B | 55 | 1B | 7 | 4A | 2A |
| Octal | 272 | 57 | 34 | 0 | 113 | 125 | 33 | 7 | 112 | 52 |
| Binary | 10111010 | 101111 | 11100 | 0 | 1001011 | 1010101 | 11011 | 111 | 1001010 | 101010 |
Color Harmonies of #BA2F1C
Complementary color
Monochromatic Colors of #BA2F1C
Black with #BA2F1C
Text Example
Text Example
White with #BA2F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2F1C; }
p { color: rgb(186,47,28); }
H1.HeaderClassName
{
color: #BA2F1C;
}
.AnyTagClassName
{
color: #BA2F1C;
}
</style>
background-color css
<style>
a { background-color: #BA2F1C; }
a { background-color: rgb(186,47,28); }
div.DivClassName
{
background-color: #BA2F1C;
}
.BgClassName
{
background-color: #BA2F1C;
}
</style>
border-color css
<style>
span { border-color: #BA2F1C; }
span { border-color: rgb(186,47,28); }
td.TdClassName
{
border-color: #BA2F1C;
}
.TagClassName
{
border-color: #BA2F1C;
}
</style>