Html Css Color HEX #B52D13 Harley Davidson Orange
📋 copy color: '#B52D13'red 181 ◦ green 45 ◦ blue 19
Shades of Harley Davidson Orange #B52D13
Tints of Harley Davidson Orange #B52D13
RGB
CMYK
RGB Variations
Color information
#B52D13 (or 0xB52D13) is known color: Harley Davidson Orange. HEX triplet: B5, 2D and 13. RGB value is (181,45,19). Sum of RGB (Red+Green+Blue) = 181+45+19=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52D13 is #4AD2EC. Grayscale: #525252. Windows color (decimal): -4903661 or 1256885. OLE color: 1256885.
HSL color Cylindrical-coordinate representation of color #B52D13: hue angle of 9.63º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B52D13 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 19 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.29 |
| HSL | 9.63º | 0.81% | 0.39% | - |
| HSV(B) | 9.63º | 0.9% | 0.71% | - |
| XYZ | 20.11 | 11.75 | 1.82 | - |
| YUV | 82.7 | 92.06 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 19 | 0 | 0.75 | 0.90 | 0.29 | 9.63 | 0.81 | 0.39 |
| Hex | B5 | 2D | 13 | 0 | 4B | 5A | 1D | A | 51 | 27 |
| Octal | 265 | 55 | 23 | 0 | 113 | 132 | 35 | 12 | 121 | 47 |
| Binary | 10110101 | 101101 | 10011 | 0 | 1001011 | 1011010 | 11101 | 1010 | 1010001 | 100111 |
Color Harmonies of #B52D13
Complementary color
Monochromatic Colors of #B52D13
Black with #B52D13
Text Example
Text Example
White with #B52D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52D13; }
p { color: rgb(181,45,19); }
H1.HeaderClassName
{
color: #B52D13;
}
.AnyTagClassName
{
color: #B52D13;
}
</style>
background-color css
<style>
a { background-color: #B52D13; }
a { background-color: rgb(181,45,19); }
div.DivClassName
{
background-color: #B52D13;
}
.BgClassName
{
background-color: #B52D13;
}
</style>
border-color css
<style>
span { border-color: #B52D13; }
span { border-color: rgb(181,45,19); }
td.TdClassName
{
border-color: #B52D13;
}
.TagClassName
{
border-color: #B52D13;
}
</style>