Html Css Color HEX #B92C10 Harley Davidson Orange
📋 copy color: '#B92C10'red 185 ◦ green 44 ◦ blue 16
Shades of Harley Davidson Orange #B92C10
Tints of Harley Davidson Orange #B92C10
RGB
CMYK
RGB Variations
Color information
#B92C10 (or 0xB92C10) is known color: Harley Davidson Orange. HEX triplet: B9, 2C and 10. RGB value is (185,44,16). Sum of RGB (Red+Green+Blue) = 185+44+16=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92C10 is #46D3EF. Grayscale: #535353. Windows color (decimal): -4641776 or 1060025. OLE color: 1060025.
HSL color Cylindrical-coordinate representation of color #B92C10: hue angle of 9.94º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B92C10 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 44 | 16 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.27 |
| HSL | 9.94º | 0.84% | 0.39% | - |
| HSV(B) | 9.94º | 0.91% | 0.73% | - |
| XYZ | 21 | 12.15 | 1.73 | - |
| YUV | 82.97 | 90.21 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 16 | 0 | 0.76 | 0.91 | 0.27 | 9.94 | 0.84 | 0.39 |
| Hex | B9 | 2C | 10 | 0 | 4C | 5B | 1B | A | 54 | 27 |
| Octal | 271 | 54 | 20 | 0 | 114 | 133 | 33 | 12 | 124 | 47 |
| Binary | 10111001 | 101100 | 10000 | 0 | 1001100 | 1011011 | 11011 | 1010 | 1010100 | 100111 |
Color Harmonies of #B92C10
Complementary color
Monochromatic Colors of #B92C10
Black with #B92C10
Text Example
Text Example
White with #B92C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92C10; }
p { color: rgb(185,44,16); }
H1.HeaderClassName
{
color: #B92C10;
}
.AnyTagClassName
{
color: #B92C10;
}
</style>
background-color css
<style>
a { background-color: #B92C10; }
a { background-color: rgb(185,44,16); }
div.DivClassName
{
background-color: #B92C10;
}
.BgClassName
{
background-color: #B92C10;
}
</style>
border-color css
<style>
span { border-color: #B92C10; }
span { border-color: rgb(185,44,16); }
td.TdClassName
{
border-color: #B92C10;
}
.TagClassName
{
border-color: #B92C10;
}
</style>