Html Css Color HEX #BA1F00 Harley Davidson Orange
📋 copy color: '#BA1F00'red 186 ◦ green 31 ◦ blue 0
Shades of Harley Davidson Orange #BA1F00
Tints of Harley Davidson Orange #BA1F00
RGB
CMYK
RGB Variations
Color information
#BA1F00 (or 0xBA1F00) is known color: Harley Davidson Orange. HEX triplet: BA, 1F and 00. RGB value is (186,31,0). Sum of RGB (Red+Green+Blue) = 186+31+0=217 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.71% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1F00 is #45E0FF. Grayscale: #4A4A4A. Windows color (decimal): -4579584 or 8122. OLE color: 8122.
HSL color Cylindrical-coordinate representation of color #BA1F00: hue angle of 10º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA1F00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.27 |
| HSL | 10º | 1% | 0.36% | - |
| HSV(B) | 10º | 1% | 0.73% | - |
| XYZ | 20.74 | 11.42 | 1.11 | - |
| YUV | 73.81 | 86.35 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 0 | 0 | 0.83 | 1 | 0.27 | 10 | 1 | 0.36 |
| Hex | BA | 1F | 0 | 0 | 53 | 64 | 1B | A | 64 | 24 |
| Octal | 272 | 37 | 0 | 0 | 123 | 144 | 33 | 12 | 144 | 44 |
| Binary | 10111010 | 11111 | 0 | 0 | 1010011 | 1100100 | 11011 | 1010 | 1100100 | 100100 |
Color Harmonies of #BA1F00
Complementary color
Monochromatic Colors of #BA1F00
Black with #BA1F00
Text Example
Text Example
White with #BA1F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F00; }
p { color: rgb(186,31,0); }
H1.HeaderClassName
{
color: #BA1F00;
}
.AnyTagClassName
{
color: #BA1F00;
}
</style>
background-color css
<style>
a { background-color: #BA1F00; }
a { background-color: rgb(186,31,0); }
div.DivClassName
{
background-color: #BA1F00;
}
.BgClassName
{
background-color: #BA1F00;
}
</style>
border-color css
<style>
span { border-color: #BA1F00; }
span { border-color: rgb(186,31,0); }
td.TdClassName
{
border-color: #BA1F00;
}
.TagClassName
{
border-color: #BA1F00;
}
</style>