Html Css Color HEX #B52A0D Harley Davidson Orange
📋 copy color: '#B52A0D'red 181 ◦ green 42 ◦ blue 13
Shades of Harley Davidson Orange #B52A0D
Tints of Harley Davidson Orange #B52A0D
RGB
CMYK
RGB Variations
Color information
#B52A0D (or 0xB52A0D) is known color: Harley Davidson Orange. HEX triplet: B5, 2A and 0D. RGB value is (181,42,13). Sum of RGB (Red+Green+Blue) = 181+42+13=236 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.69% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52A0D is #4AD5F2. Grayscale: #505050. Windows color (decimal): -4904435 or 862901. OLE color: 862901.
HSL color Cylindrical-coordinate representation of color #B52A0D: hue angle of 10.36º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B52A0D is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 13 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.29 |
| HSL | 10.36º | 0.87% | 0.38% | - |
| HSV(B) | 10.36º | 0.93% | 0.71% | - |
| XYZ | 19.96 | 11.51 | 1.55 | - |
| YUV | 80.26 | 90.05 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 13 | 0 | 0.77 | 0.93 | 0.29 | 10.36 | 0.87 | 0.38 |
| Hex | B5 | 2A | D | 0 | 4D | 5D | 1D | A | 57 | 26 |
| Octal | 265 | 52 | 15 | 0 | 115 | 135 | 35 | 12 | 127 | 46 |
| Binary | 10110101 | 101010 | 1101 | 0 | 1001101 | 1011101 | 11101 | 1010 | 1010111 | 100110 |
Color Harmonies of #B52A0D
Complementary color
Monochromatic Colors of #B52A0D
Black with #B52A0D
Text Example
Text Example
White with #B52A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A0D; }
p { color: rgb(181,42,13); }
H1.HeaderClassName
{
color: #B52A0D;
}
.AnyTagClassName
{
color: #B52A0D;
}
</style>
background-color css
<style>
a { background-color: #B52A0D; }
a { background-color: rgb(181,42,13); }
div.DivClassName
{
background-color: #B52A0D;
}
.BgClassName
{
background-color: #B52A0D;
}
</style>
border-color css
<style>
span { border-color: #B52A0D; }
span { border-color: rgb(181,42,13); }
td.TdClassName
{
border-color: #B52A0D;
}
.TagClassName
{
border-color: #B52A0D;
}
</style>