Html Css Color HEX #B32302 Harley Davidson Orange
📋 copy color: '#B32302'red 179 ◦ green 35 ◦ blue 2
Shades of Harley Davidson Orange #B32302
Tints of Harley Davidson Orange #B32302
RGB
CMYK
RGB Variations
Color information
#B32302 (or 0xB32302) is known color: Harley Davidson Orange. HEX triplet: B3, 23 and 02. RGB value is (179,35,2). Sum of RGB (Red+Green+Blue) = 179+35+2=216 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.87% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 179 - color contains mainly: red. Hex color #B32302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32302 is #4CDCFD. Grayscale: #4A4A4A. Windows color (decimal): -5037310 or 140211. OLE color: 140211.
HSL color Cylindrical-coordinate representation of color #B32302: hue angle of 11.19º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B32302 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.30 |
| HSL | 11.19º | 0.98% | 0.35% | - |
| HSV(B) | 11.19º | 0.99% | 0.7% | - |
| XYZ | 19.2 | 10.79 | 1.13 | - |
| YUV | 74.29 | 87.21 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 2 | 0 | 0.80 | 0.99 | 0.30 | 11.19 | 0.98 | 0.35 |
| Hex | B3 | 23 | 2 | 0 | 50 | 63 | 1E | B | 62 | 23 |
| Octal | 263 | 43 | 2 | 0 | 120 | 143 | 36 | 13 | 142 | 43 |
| Binary | 10110011 | 100011 | 10 | 0 | 1010000 | 1100011 | 11110 | 1011 | 1100010 | 100011 |
Color Harmonies of #B32302
Complementary color
Monochromatic Colors of #B32302
Black with #B32302
Text Example
Text Example
White with #B32302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32302; }
p { color: rgb(179,35,2); }
H1.HeaderClassName
{
color: #B32302;
}
.AnyTagClassName
{
color: #B32302;
}
</style>
background-color css
<style>
a { background-color: #B32302; }
a { background-color: rgb(179,35,2); }
div.DivClassName
{
background-color: #B32302;
}
.BgClassName
{
background-color: #B32302;
}
</style>
border-color css
<style>
span { border-color: #B32302; }
span { border-color: rgb(179,35,2); }
td.TdClassName
{
border-color: #B32302;
}
.TagClassName
{
border-color: #B32302;
}
</style>