Html Css Color HEX #B52002 Harley Davidson Orange
📋 copy color: '#B52002'red 181 ◦ green 32 ◦ blue 2
Shades of Harley Davidson Orange #B52002
Tints of Harley Davidson Orange #B52002
RGB
CMYK
RGB Variations
Color information
#B52002 (or 0xB52002) is known color: Harley Davidson Orange. HEX triplet: B5, 20 and 02. RGB value is (181,32,2). Sum of RGB (Red+Green+Blue) = 181+32+2=215 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.19% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 181 - color contains mainly: red. Hex color #B52002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52002 is #4ADFFD. Grayscale: #494949. Windows color (decimal): -4907006 or 139445. OLE color: 139445.
HSL color Cylindrical-coordinate representation of color #B52002: hue angle of 10.06º 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 #B52002 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.29 |
| HSL | 10.06º | 0.98% | 0.36% | - |
| HSV(B) | 10.06º | 0.99% | 0.71% | - |
| XYZ | 19.58 | 10.86 | 1.12 | - |
| YUV | 73.13 | 87.86 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 2 | 0 | 0.82 | 0.99 | 0.29 | 10.06 | 0.98 | 0.36 |
| Hex | B5 | 20 | 2 | 0 | 52 | 63 | 1D | A | 62 | 24 |
| Octal | 265 | 40 | 2 | 0 | 122 | 143 | 35 | 12 | 142 | 44 |
| Binary | 10110101 | 100000 | 10 | 0 | 1010010 | 1100011 | 11101 | 1010 | 1100010 | 100100 |
Color Harmonies of #B52002
Complementary color
Monochromatic Colors of #B52002
Black with #B52002
Text Example
Text Example
White with #B52002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52002; }
p { color: rgb(181,32,2); }
H1.HeaderClassName
{
color: #B52002;
}
.AnyTagClassName
{
color: #B52002;
}
</style>
background-color css
<style>
a { background-color: #B52002; }
a { background-color: rgb(181,32,2); }
div.DivClassName
{
background-color: #B52002;
}
.BgClassName
{
background-color: #B52002;
}
</style>
border-color css
<style>
span { border-color: #B52002; }
span { border-color: rgb(181,32,2); }
td.TdClassName
{
border-color: #B52002;
}
.TagClassName
{
border-color: #B52002;
}
</style>