Html Css Color HEX #B52C0E Harley Davidson Orange
📋 copy color: '#B52C0E'red 181 ◦ green 44 ◦ blue 14
Shades of Harley Davidson Orange #B52C0E
Tints of Harley Davidson Orange #B52C0E
RGB
CMYK
RGB Variations
Color information
#B52C0E (or 0xB52C0E) is known color: Harley Davidson Orange. HEX triplet: B5, 2C and 0E. RGB value is (181,44,14). Sum of RGB (Red+Green+Blue) = 181+44+14=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52C0E is #4AD3F1. Grayscale: #515151. Windows color (decimal): -4903922 or 928949. OLE color: 928949.
HSL color Cylindrical-coordinate representation of color #B52C0E: hue angle of 10.78º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B52C0E is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 44 | 14 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.29 |
| HSL | 10.78º | 0.86% | 0.38% | - |
| HSV(B) | 10.78º | 0.92% | 0.71% | - |
| XYZ | 20.04 | 11.66 | 1.61 | - |
| YUV | 81.54 | 89.89 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 14 | 0 | 0.76 | 0.92 | 0.29 | 10.78 | 0.86 | 0.38 |
| Hex | B5 | 2C | E | 0 | 4C | 5C | 1D | B | 56 | 26 |
| Octal | 265 | 54 | 16 | 0 | 114 | 134 | 35 | 13 | 126 | 46 |
| Binary | 10110101 | 101100 | 1110 | 0 | 1001100 | 1011100 | 11101 | 1011 | 1010110 | 100110 |
Color Harmonies of #B52C0E
Complementary color
Monochromatic Colors of #B52C0E
Black with #B52C0E
Text Example
Text Example
White with #B52C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52C0E; }
p { color: rgb(181,44,14); }
H1.HeaderClassName
{
color: #B52C0E;
}
.AnyTagClassName
{
color: #B52C0E;
}
</style>
background-color css
<style>
a { background-color: #B52C0E; }
a { background-color: rgb(181,44,14); }
div.DivClassName
{
background-color: #B52C0E;
}
.BgClassName
{
background-color: #B52C0E;
}
</style>
border-color css
<style>
span { border-color: #B52C0E; }
span { border-color: rgb(181,44,14); }
td.TdClassName
{
border-color: #B52C0E;
}
.TagClassName
{
border-color: #B52C0E;
}
</style>