Html Css Color HEX #B52000 Harley Davidson Orange
📋 copy color: '#B52000'red 181 ◦ green 32 ◦ blue 0
Shades of Harley Davidson Orange #B52000
Tints of Harley Davidson Orange #B52000
RGB
CMYK
RGB Variations
Color information
#B52000 (or 0xB52000) is known color: Harley Davidson Orange. HEX triplet: B5, 20 and 00. RGB value is (181,32,0). Sum of RGB (Red+Green+Blue) = 181+32+0=213 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.98% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 181 - color contains mainly: red. Hex color #B52000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52000 is #4ADFFF. Grayscale: #494949. Windows color (decimal): -4907008 or 8373. OLE color: 8373.
HSL color Cylindrical-coordinate representation of color #B52000: hue angle of 10.61º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B52000 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.29 |
| HSL | 10.61º | 1% | 0.35% | - |
| HSV(B) | 10.61º | 1% | 0.71% | - |
| XYZ | 19.57 | 10.86 | 1.06 | - |
| YUV | 72.9 | 86.86 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 0 | 0 | 0.82 | 1 | 0.29 | 10.61 | 1 | 0.35 |
| Hex | B5 | 20 | 0 | 0 | 52 | 64 | 1D | B | 64 | 23 |
| Octal | 265 | 40 | 0 | 0 | 122 | 144 | 35 | 13 | 144 | 43 |
| Binary | 10110101 | 100000 | 0 | 0 | 1010010 | 1100100 | 11101 | 1011 | 1100100 | 100011 |
Color Harmonies of #B52000
Complementary color
Monochromatic Colors of #B52000
Black with #B52000
Text Example
Text Example
White with #B52000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52000; }
p { color: rgb(181,32,0); }
H1.HeaderClassName
{
color: #B52000;
}
.AnyTagClassName
{
color: #B52000;
}
</style>
background-color css
<style>
a { background-color: #B52000; }
a { background-color: rgb(181,32,0); }
div.DivClassName
{
background-color: #B52000;
}
.BgClassName
{
background-color: #B52000;
}
</style>
border-color css
<style>
span { border-color: #B52000; }
span { border-color: rgb(181,32,0); }
td.TdClassName
{
border-color: #B52000;
}
.TagClassName
{
border-color: #B52000;
}
</style>