Html Css Color HEX #B52502 Harley Davidson Orange
📋 copy color: '#B52502'red 181 ◦ green 37 ◦ blue 2
Shades of Harley Davidson Orange #B52502
Tints of Harley Davidson Orange #B52502
RGB
CMYK
RGB Variations
Color information
#B52502 (or 0xB52502) is known color: Harley Davidson Orange. HEX triplet: B5, 25 and 02. RGB value is (181,37,2). Sum of RGB (Red+Green+Blue) = 181+37+2=220 (29% of max value = 765). Red value is 181 (71.09% from 255 or 82.27% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 181 - color contains mainly: red. Hex color #B52502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52502 is #4ADAFD. Grayscale: #4C4C4C. Windows color (decimal): -4905726 or 140725. OLE color: 140725.
HSL color Cylindrical-coordinate representation of color #B52502: hue angle of 11.73º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B52502 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 37 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.29 |
| HSL | 11.73º | 0.98% | 0.36% | - |
| HSV(B) | 11.73º | 0.99% | 0.71% | - |
| XYZ | 19.73 | 11.15 | 1.17 | - |
| YUV | 76.07 | 86.21 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 2 | 0 | 0.80 | 0.99 | 0.29 | 11.73 | 0.98 | 0.36 |
| Hex | B5 | 25 | 2 | 0 | 50 | 63 | 1D | C | 62 | 24 |
| Octal | 265 | 45 | 2 | 0 | 120 | 143 | 35 | 14 | 142 | 44 |
| Binary | 10110101 | 100101 | 10 | 0 | 1010000 | 1100011 | 11101 | 1100 | 1100010 | 100100 |
Color Harmonies of #B52502
Complementary color
Monochromatic Colors of #B52502
Black with #B52502
Text Example
Text Example
White with #B52502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52502; }
p { color: rgb(181,37,2); }
H1.HeaderClassName
{
color: #B52502;
}
.AnyTagClassName
{
color: #B52502;
}
</style>
background-color css
<style>
a { background-color: #B52502; }
a { background-color: rgb(181,37,2); }
div.DivClassName
{
background-color: #B52502;
}
.BgClassName
{
background-color: #B52502;
}
</style>
border-color css
<style>
span { border-color: #B52502; }
span { border-color: rgb(181,37,2); }
td.TdClassName
{
border-color: #B52502;
}
.TagClassName
{
border-color: #B52502;
}
</style>