Html Css Color HEX #B32200 Harley Davidson Orange
📋 copy color: '#B32200'red 179 ◦ green 34 ◦ blue 0
Shades of Harley Davidson Orange #B32200
Tints of Harley Davidson Orange #B32200
RGB
CMYK
RGB Variations
Color information
#B32200 (or 0xB32200) is known color: Harley Davidson Orange. HEX triplet: B3, 22 and 00. RGB value is (179,34,0). Sum of RGB (Red+Green+Blue) = 179+34+0=213 (28% of max value = 765). Red value is 179 (70.31% from 255 or 84.04% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 179 - color contains mainly: red. Hex color #B32200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32200 is #4CDDFF. Grayscale: #494949. Windows color (decimal): -5037568 or 8883. OLE color: 8883.
HSL color Cylindrical-coordinate representation of color #B32200: hue angle of 11.4º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B32200 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 34 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.30 |
| HSL | 11.4º | 1% | 0.35% | - |
| HSV(B) | 11.4º | 1% | 0.7% | - |
| XYZ | 19.16 | 10.73 | 1.06 | - |
| YUV | 73.48 | 86.54 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 0 | 0 | 0.81 | 1 | 0.30 | 11.4 | 1 | 0.35 |
| Hex | B3 | 22 | 0 | 0 | 51 | 64 | 1E | B | 64 | 23 |
| Octal | 263 | 42 | 0 | 0 | 121 | 144 | 36 | 13 | 144 | 43 |
| Binary | 10110011 | 100010 | 0 | 0 | 1010001 | 1100100 | 11110 | 1011 | 1100100 | 100011 |
Color Harmonies of #B32200
Complementary color
Monochromatic Colors of #B32200
Black with #B32200
Text Example
Text Example
White with #B32200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32200; }
p { color: rgb(179,34,0); }
H1.HeaderClassName
{
color: #B32200;
}
.AnyTagClassName
{
color: #B32200;
}
</style>
background-color css
<style>
a { background-color: #B32200; }
a { background-color: rgb(179,34,0); }
div.DivClassName
{
background-color: #B32200;
}
.BgClassName
{
background-color: #B32200;
}
</style>
border-color css
<style>
span { border-color: #B32200; }
span { border-color: rgb(179,34,0); }
td.TdClassName
{
border-color: #B32200;
}
.TagClassName
{
border-color: #B32200;
}
</style>