Html Css Color HEX #B52A0A Harley Davidson Orange
📋 copy color: '#B52A0A'red 181 ◦ green 42 ◦ blue 10
Shades of Harley Davidson Orange #B52A0A
Tints of Harley Davidson Orange #B52A0A
RGB
CMYK
RGB Variations
Color information
#B52A0A (or 0xB52A0A) is known color: Harley Davidson Orange. HEX triplet: B5, 2A and 0A. RGB value is (181,42,10). Sum of RGB (Red+Green+Blue) = 181+42+10=233 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.68% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52A0A is #4AD5F5. Grayscale: #505050. Windows color (decimal): -4904438 or 666293. OLE color: 666293.
HSL color Cylindrical-coordinate representation of color #B52A0A: hue angle of 11.23º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B52A0A is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 42 | 10 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.29 |
| HSL | 11.23º | 0.9% | 0.37% | - |
| HSV(B) | 11.23º | 0.94% | 0.71% | - |
| XYZ | 19.94 | 11.5 | 1.46 | - |
| YUV | 79.91 | 88.55 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 42 | 10 | 0 | 0.77 | 0.94 | 0.29 | 11.23 | 0.9 | 0.37 |
| Hex | B5 | 2A | A | 0 | 4D | 5E | 1D | B | 5A | 25 |
| Octal | 265 | 52 | 12 | 0 | 115 | 136 | 35 | 13 | 132 | 45 |
| Binary | 10110101 | 101010 | 1010 | 0 | 1001101 | 1011110 | 11101 | 1011 | 1011010 | 100101 |
Color Harmonies of #B52A0A
Complementary color
Monochromatic Colors of #B52A0A
Black with #B52A0A
Text Example
Text Example
White with #B52A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52A0A; }
p { color: rgb(181,42,10); }
H1.HeaderClassName
{
color: #B52A0A;
}
.AnyTagClassName
{
color: #B52A0A;
}
</style>
background-color css
<style>
a { background-color: #B52A0A; }
a { background-color: rgb(181,42,10); }
div.DivClassName
{
background-color: #B52A0A;
}
.BgClassName
{
background-color: #B52A0A;
}
</style>
border-color css
<style>
span { border-color: #B52A0A; }
span { border-color: rgb(181,42,10); }
td.TdClassName
{
border-color: #B52A0A;
}
.TagClassName
{
border-color: #B52A0A;
}
</style>