Html Css Color HEX #B32002 Harley Davidson Orange
📋 copy color: '#B32002'red 179 ◦ green 32 ◦ blue 2
Shades of Harley Davidson Orange #B32002
Tints of Harley Davidson Orange #B32002
RGB
CMYK
RGB Variations
Color information
#B32002 (or 0xB32002) is known color: Harley Davidson Orange. HEX triplet: B3, 20 and 02. RGB value is (179,32,2). Sum of RGB (Red+Green+Blue) = 179+32+2=213 (28% of max value = 765). Red value is 179 (70.31% from 255 or 84.04% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 179 - color contains mainly: red. Hex color #B32002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32002 is #4CDFFD. Grayscale: #484848. Windows color (decimal): -5038078 or 139443. OLE color: 139443.
HSL color Cylindrical-coordinate representation of color #B32002: hue angle of 10.17º 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 #B32002 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.30 |
| HSL | 10.17º | 0.98% | 0.35% | - |
| HSV(B) | 10.17º | 0.99% | 0.7% | - |
| XYZ | 19.12 | 10.62 | 1.1 | - |
| YUV | 72.53 | 88.2 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 2 | 0 | 0.82 | 0.99 | 0.30 | 10.17 | 0.98 | 0.35 |
| Hex | B3 | 20 | 2 | 0 | 52 | 63 | 1E | A | 62 | 23 |
| Octal | 263 | 40 | 2 | 0 | 122 | 143 | 36 | 12 | 142 | 43 |
| Binary | 10110011 | 100000 | 10 | 0 | 1010010 | 1100011 | 11110 | 1010 | 1100010 | 100011 |
Color Harmonies of #B32002
Complementary color
Monochromatic Colors of #B32002
Black with #B32002
Text Example
Text Example
White with #B32002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32002; }
p { color: rgb(179,32,2); }
H1.HeaderClassName
{
color: #B32002;
}
.AnyTagClassName
{
color: #B32002;
}
</style>
background-color css
<style>
a { background-color: #B32002; }
a { background-color: rgb(179,32,2); }
div.DivClassName
{
background-color: #B32002;
}
.BgClassName
{
background-color: #B32002;
}
</style>
border-color css
<style>
span { border-color: #B32002; }
span { border-color: rgb(179,32,2); }
td.TdClassName
{
border-color: #B32002;
}
.TagClassName
{
border-color: #B32002;
}
</style>