Html Css Color HEX #B62D0D Harley Davidson Orange
📋 copy color: '#B62D0D'red 182 ◦ green 45 ◦ blue 13
Shades of Harley Davidson Orange #B62D0D
Tints of Harley Davidson Orange #B62D0D
RGB
CMYK
RGB Variations
Color information
#B62D0D (or 0xB62D0D) is known color: Harley Davidson Orange. HEX triplet: B6, 2D and 0D. RGB value is (182,45,13). Sum of RGB (Red+Green+Blue) = 182+45+13=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62D0D is #49D2F2. Grayscale: #525252. Windows color (decimal): -4838131 or 863670. OLE color: 863670.
HSL color Cylindrical-coordinate representation of color #B62D0D: hue angle of 11.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 #B62D0D is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 45 | 13 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.29 |
| HSL | 11.36º | 0.87% | 0.38% | - |
| HSV(B) | 11.36º | 0.93% | 0.71% | - |
| XYZ | 20.3 | 11.85 | 1.6 | - |
| YUV | 82.32 | 88.89 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 13 | 0 | 0.75 | 0.93 | 0.29 | 11.36 | 0.87 | 0.38 |
| Hex | B6 | 2D | D | 0 | 4B | 5D | 1D | B | 57 | 26 |
| Octal | 266 | 55 | 15 | 0 | 113 | 135 | 35 | 13 | 127 | 46 |
| Binary | 10110110 | 101101 | 1101 | 0 | 1001011 | 1011101 | 11101 | 1011 | 1010111 | 100110 |
Color Harmonies of #B62D0D
Complementary color
Monochromatic Colors of #B62D0D
Black with #B62D0D
Text Example
Text Example
White with #B62D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62D0D; }
p { color: rgb(182,45,13); }
H1.HeaderClassName
{
color: #B62D0D;
}
.AnyTagClassName
{
color: #B62D0D;
}
</style>
background-color css
<style>
a { background-color: #B62D0D; }
a { background-color: rgb(182,45,13); }
div.DivClassName
{
background-color: #B62D0D;
}
.BgClassName
{
background-color: #B62D0D;
}
</style>
border-color css
<style>
span { border-color: #B62D0D; }
span { border-color: rgb(182,45,13); }
td.TdClassName
{
border-color: #B62D0D;
}
.TagClassName
{
border-color: #B62D0D;
}
</style>