Html Css Color HEX #B32205 Harley Davidson Orange
📋 copy color: '#B32205'red 179 ◦ green 34 ◦ blue 5
Shades of Harley Davidson Orange #B32205
Tints of Harley Davidson Orange #B32205
RGB
CMYK
RGB Variations
Color information
#B32205 (or 0xB32205) is known color: Harley Davidson Orange. HEX triplet: B3, 22 and 05. RGB value is (179,34,5). Sum of RGB (Red+Green+Blue) = 179+34+5=218 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.11% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 179 - color contains mainly: red. Hex color #B32205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32205 is #4CDDFA. Grayscale: #4A4A4A. Windows color (decimal): -5037563 or 336563. OLE color: 336563.
HSL color Cylindrical-coordinate representation of color #B32205: hue angle of 10º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B32205 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 34 | 5 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.30 |
| HSL | 10º | 0.95% | 0.36% | - |
| HSV(B) | 10º | 0.97% | 0.7% | - |
| XYZ | 19.19 | 10.74 | 1.2 | - |
| YUV | 74.05 | 89.04 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 5 | 0 | 0.81 | 0.97 | 0.30 | 10 | 0.95 | 0.36 |
| Hex | B3 | 22 | 5 | 0 | 51 | 61 | 1E | A | 5F | 24 |
| Octal | 263 | 42 | 5 | 0 | 121 | 141 | 36 | 12 | 137 | 44 |
| Binary | 10110011 | 100010 | 101 | 0 | 1010001 | 1100001 | 11110 | 1010 | 1011111 | 100100 |
Color Harmonies of #B32205
Complementary color
Monochromatic Colors of #B32205
Black with #B32205
Text Example
Text Example
White with #B32205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32205; }
p { color: rgb(179,34,5); }
H1.HeaderClassName
{
color: #B32205;
}
.AnyTagClassName
{
color: #B32205;
}
</style>
background-color css
<style>
a { background-color: #B32205; }
a { background-color: rgb(179,34,5); }
div.DivClassName
{
background-color: #B32205;
}
.BgClassName
{
background-color: #B32205;
}
</style>
border-color css
<style>
span { border-color: #B32205; }
span { border-color: rgb(179,34,5); }
td.TdClassName
{
border-color: #B32205;
}
.TagClassName
{
border-color: #B32205;
}
</style>