Html Css Color HEX #B72C10 Harley Davidson Orange
📋 copy color: '#B72C10'red 183 ◦ green 44 ◦ blue 16
Shades of Harley Davidson Orange #B72C10
Tints of Harley Davidson Orange #B72C10
RGB
CMYK
RGB Variations
Color information
#B72C10 (or 0xB72C10) is known color: Harley Davidson Orange. HEX triplet: B7, 2C and 10. RGB value is (183,44,16). Sum of RGB (Red+Green+Blue) = 183+44+16=243 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.31% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72C10 is #48D3EF. Grayscale: #525252. Windows color (decimal): -4772848 or 1060023. OLE color: 1060023.
HSL color Cylindrical-coordinate representation of color #B72C10: hue angle of 10.06º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B72C10 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 44 | 16 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.28 |
| HSL | 10.06º | 0.84% | 0.39% | - |
| HSV(B) | 10.06º | 0.91% | 0.72% | - |
| XYZ | 20.52 | 11.91 | 1.71 | - |
| YUV | 82.37 | 90.55 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 16 | 0 | 0.76 | 0.91 | 0.28 | 10.06 | 0.84 | 0.39 |
| Hex | B7 | 2C | 10 | 0 | 4C | 5B | 1C | A | 54 | 27 |
| Octal | 267 | 54 | 20 | 0 | 114 | 133 | 34 | 12 | 124 | 47 |
| Binary | 10110111 | 101100 | 10000 | 0 | 1001100 | 1011011 | 11100 | 1010 | 1010100 | 100111 |
Color Harmonies of #B72C10
Complementary color
Monochromatic Colors of #B72C10
Black with #B72C10
Text Example
Text Example
White with #B72C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72C10; }
p { color: rgb(183,44,16); }
H1.HeaderClassName
{
color: #B72C10;
}
.AnyTagClassName
{
color: #B72C10;
}
</style>
background-color css
<style>
a { background-color: #B72C10; }
a { background-color: rgb(183,44,16); }
div.DivClassName
{
background-color: #B72C10;
}
.BgClassName
{
background-color: #B72C10;
}
</style>
border-color css
<style>
span { border-color: #B72C10; }
span { border-color: rgb(183,44,16); }
td.TdClassName
{
border-color: #B72C10;
}
.TagClassName
{
border-color: #B72C10;
}
</style>