Html Css Color HEX #B52100 Harley Davidson Orange
📋 copy color: '#B52100'red 181 ◦ green 33 ◦ blue 0
Shades of Harley Davidson Orange #B52100
Tints of Harley Davidson Orange #B52100
RGB
CMYK
RGB Variations
Color information
#B52100 (or 0xB52100) is known color: Harley Davidson Orange. HEX triplet: B5, 21 and 00. RGB value is (181,33,0). Sum of RGB (Red+Green+Blue) = 181+33+0=214 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.58% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 181 - color contains mainly: red. Hex color #B52100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52100 is #4ADEFF. Grayscale: #494949. Windows color (decimal): -4906752 or 8629. OLE color: 8629.
HSL color Cylindrical-coordinate representation of color #B52100: hue angle of 10.94º 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 #B52100 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 33 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.29 |
| HSL | 10.94º | 1% | 0.35% | - |
| HSV(B) | 10.94º | 1% | 0.71% | - |
| XYZ | 19.6 | 10.91 | 1.07 | - |
| YUV | 73.49 | 86.53 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 0 | 0 | 0.82 | 1 | 0.29 | 10.94 | 1 | 0.35 |
| Hex | B5 | 21 | 0 | 0 | 52 | 64 | 1D | B | 64 | 23 |
| Octal | 265 | 41 | 0 | 0 | 122 | 144 | 35 | 13 | 144 | 43 |
| Binary | 10110101 | 100001 | 0 | 0 | 1010010 | 1100100 | 11101 | 1011 | 1100100 | 100011 |
Color Harmonies of #B52100
Complementary color
Monochromatic Colors of #B52100
Black with #B52100
Text Example
Text Example
White with #B52100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52100; }
p { color: rgb(181,33,0); }
H1.HeaderClassName
{
color: #B52100;
}
.AnyTagClassName
{
color: #B52100;
}
</style>
background-color css
<style>
a { background-color: #B52100; }
a { background-color: rgb(181,33,0); }
div.DivClassName
{
background-color: #B52100;
}
.BgClassName
{
background-color: #B52100;
}
</style>
border-color css
<style>
span { border-color: #B52100; }
span { border-color: rgb(181,33,0); }
td.TdClassName
{
border-color: #B52100;
}
.TagClassName
{
border-color: #B52100;
}
</style>