Html Css Color HEX #B52200 Harley Davidson Orange
📋 copy color: '#B52200'red 181 ◦ green 34 ◦ blue 0
Shades of Harley Davidson Orange #B52200
Tints of Harley Davidson Orange #B52200
RGB
CMYK
RGB Variations
Color information
#B52200 (or 0xB52200) is known color: Harley Davidson Orange. HEX triplet: B5, 22 and 00. RGB value is (181,34,0). Sum of RGB (Red+Green+Blue) = 181+34+0=215 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.19% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 181 - color contains mainly: red. Hex color #B52200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52200 is #4ADDFF. Grayscale: #4A4A4A. Windows color (decimal): -4906496 or 8885. OLE color: 8885.
HSL color Cylindrical-coordinate representation of color #B52200: hue angle of 11.27º 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 #B52200 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.29 |
| HSL | 11.27º | 1% | 0.35% | - |
| HSV(B) | 11.27º | 1% | 0.71% | - |
| XYZ | 19.63 | 10.97 | 1.08 | - |
| YUV | 74.08 | 86.2 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 0 | 0 | 0.81 | 1 | 0.29 | 11.27 | 1 | 0.35 |
| Hex | B5 | 22 | 0 | 0 | 51 | 64 | 1D | B | 64 | 23 |
| Octal | 265 | 42 | 0 | 0 | 121 | 144 | 35 | 13 | 144 | 43 |
| Binary | 10110101 | 100010 | 0 | 0 | 1010001 | 1100100 | 11101 | 1011 | 1100100 | 100011 |
Color Harmonies of #B52200
Complementary color
Monochromatic Colors of #B52200
Black with #B52200
Text Example
Text Example
White with #B52200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52200; }
p { color: rgb(181,34,0); }
H1.HeaderClassName
{
color: #B52200;
}
.AnyTagClassName
{
color: #B52200;
}
</style>
background-color css
<style>
a { background-color: #B52200; }
a { background-color: rgb(181,34,0); }
div.DivClassName
{
background-color: #B52200;
}
.BgClassName
{
background-color: #B52200;
}
</style>
border-color css
<style>
span { border-color: #B52200; }
span { border-color: rgb(181,34,0); }
td.TdClassName
{
border-color: #B52200;
}
.TagClassName
{
border-color: #B52200;
}
</style>