Html Css Color HEX #B5290A Harley Davidson Orange
📋 copy color: '#B5290A'red 181 ◦ green 41 ◦ blue 10
Shades of Harley Davidson Orange #B5290A
Tints of Harley Davidson Orange #B5290A
RGB
CMYK
RGB Variations
Color information
#B5290A (or 0xB5290A) is known color: Harley Davidson Orange. HEX triplet: B5, 29 and 0A. RGB value is (181,41,10). Sum of RGB (Red+Green+Blue) = 181+41+10=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B5290A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5290A is #4AD6F5. Grayscale: #4F4F4F. Windows color (decimal): -4904694 or 666037. OLE color: 666037.
HSL color Cylindrical-coordinate representation of color #B5290A: hue angle of 10.88º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5290A is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 10 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.29 |
| HSL | 10.88º | 0.9% | 0.37% | - |
| HSV(B) | 10.88º | 0.94% | 0.71% | - |
| XYZ | 19.9 | 11.43 | 1.44 | - |
| YUV | 79.33 | 88.88 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 10 | 0 | 0.77 | 0.94 | 0.29 | 10.88 | 0.9 | 0.37 |
| Hex | B5 | 29 | A | 0 | 4D | 5E | 1D | B | 5A | 25 |
| Octal | 265 | 51 | 12 | 0 | 115 | 136 | 35 | 13 | 132 | 45 |
| Binary | 10110101 | 101001 | 1010 | 0 | 1001101 | 1011110 | 11101 | 1011 | 1011010 | 100101 |
Color Harmonies of #B5290A
Complementary color
Monochromatic Colors of #B5290A
Black with #B5290A
Text Example
Text Example
White with #B5290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5290A; }
p { color: rgb(181,41,10); }
H1.HeaderClassName
{
color: #B5290A;
}
.AnyTagClassName
{
color: #B5290A;
}
</style>
background-color css
<style>
a { background-color: #B5290A; }
a { background-color: rgb(181,41,10); }
div.DivClassName
{
background-color: #B5290A;
}
.BgClassName
{
background-color: #B5290A;
}
</style>
border-color css
<style>
span { border-color: #B5290A; }
span { border-color: rgb(181,41,10); }
td.TdClassName
{
border-color: #B5290A;
}
.TagClassName
{
border-color: #B5290A;
}
</style>