Html Css Color HEX #B5290D Harley Davidson Orange
📋 copy color: '#B5290D'red 181 ◦ green 41 ◦ blue 13
Shades of Harley Davidson Orange #B5290D
Tints of Harley Davidson Orange #B5290D
RGB
CMYK
RGB Variations
Color information
#B5290D (or 0xB5290D) is known color: Harley Davidson Orange. HEX triplet: B5, 29 and 0D. RGB value is (181,41,13). Sum of RGB (Red+Green+Blue) = 181+41+13=235 (31% of max value = 765). Red value is 181 (71.09% from 255 or 77.02% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 181 - color contains mainly: red. Hex color #B5290D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5290D is #4AD6F2. Grayscale: #4F4F4F. Windows color (decimal): -4904691 or 862645. OLE color: 862645.
HSL color Cylindrical-coordinate representation of color #B5290D: hue angle of 10º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5290D is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 13 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.29 |
| HSL | 10º | 0.87% | 0.38% | - |
| HSV(B) | 10º | 0.93% | 0.71% | - |
| XYZ | 19.92 | 11.44 | 1.54 | - |
| YUV | 79.67 | 90.38 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 13 | 0 | 0.77 | 0.93 | 0.29 | 10 | 0.87 | 0.38 |
| Hex | B5 | 29 | D | 0 | 4D | 5D | 1D | A | 57 | 26 |
| Octal | 265 | 51 | 15 | 0 | 115 | 135 | 35 | 12 | 127 | 46 |
| Binary | 10110101 | 101001 | 1101 | 0 | 1001101 | 1011101 | 11101 | 1010 | 1010111 | 100110 |
Color Harmonies of #B5290D
Complementary color
Monochromatic Colors of #B5290D
Black with #B5290D
Text Example
Text Example
White with #B5290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5290D; }
p { color: rgb(181,41,13); }
H1.HeaderClassName
{
color: #B5290D;
}
.AnyTagClassName
{
color: #B5290D;
}
</style>
background-color css
<style>
a { background-color: #B5290D; }
a { background-color: rgb(181,41,13); }
div.DivClassName
{
background-color: #B5290D;
}
.BgClassName
{
background-color: #B5290D;
}
</style>
border-color css
<style>
span { border-color: #B5290D; }
span { border-color: rgb(181,41,13); }
td.TdClassName
{
border-color: #B5290D;
}
.TagClassName
{
border-color: #B5290D;
}
</style>