Html Css Color HEX #BA2912 Harley Davidson Orange
📋 copy color: '#BA2912'red 186 ◦ green 41 ◦ blue 18
Shades of Harley Davidson Orange #BA2912
Tints of Harley Davidson Orange #BA2912
RGB
CMYK
RGB Variations
Color information
#BA2912 (or 0xBA2912) is known color: Harley Davidson Orange. HEX triplet: BA, 29 and 12. RGB value is (186,41,18). Sum of RGB (Red+Green+Blue) = 186+41+18=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2912 is #45D6ED. Grayscale: #515151. Windows color (decimal): -4577006 or 1190330. OLE color: 1190330.
HSL color Cylindrical-coordinate representation of color #BA2912: hue angle of 8.21º 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 #BA2912 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 18 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.27 |
| HSL | 8.21º | 0.82% | 0.4% | - |
| HSV(B) | 8.21º | 0.9% | 0.73% | - |
| XYZ | 21.15 | 12.07 | 1.79 | - |
| YUV | 81.73 | 92.04 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 18 | 0 | 0.78 | 0.90 | 0.27 | 8.21 | 0.82 | 0.4 |
| Hex | BA | 29 | 12 | 0 | 4E | 5A | 1B | 8 | 52 | 28 |
| Octal | 272 | 51 | 22 | 0 | 116 | 132 | 33 | 10 | 122 | 50 |
| Binary | 10111010 | 101001 | 10010 | 0 | 1001110 | 1011010 | 11011 | 1000 | 1010010 | 101000 |
Color Harmonies of #BA2912
Complementary color
Monochromatic Colors of #BA2912
Black with #BA2912
Text Example
Text Example
White with #BA2912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2912; }
p { color: rgb(186,41,18); }
H1.HeaderClassName
{
color: #BA2912;
}
.AnyTagClassName
{
color: #BA2912;
}
</style>
background-color css
<style>
a { background-color: #BA2912; }
a { background-color: rgb(186,41,18); }
div.DivClassName
{
background-color: #BA2912;
}
.BgClassName
{
background-color: #BA2912;
}
</style>
border-color css
<style>
span { border-color: #BA2912; }
span { border-color: rgb(186,41,18); }
td.TdClassName
{
border-color: #BA2912;
}
.TagClassName
{
border-color: #BA2912;
}
</style>