Html Css Color HEX #B32100 Harley Davidson Orange
📋 copy color: '#B32100'red 179 ◦ green 33 ◦ blue 0
Shades of Harley Davidson Orange #B32100
Tints of Harley Davidson Orange #B32100
RGB
CMYK
RGB Variations
Color information
#B32100 (or 0xB32100) is known color: Harley Davidson Orange. HEX triplet: B3, 21 and 00. RGB value is (179,33,0). Sum of RGB (Red+Green+Blue) = 179+33+0=212 (28% of max value = 765). Red value is 179 (70.31% from 255 or 84.43% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 179 - color contains mainly: red. Hex color #B32100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32100 is #4CDEFF. Grayscale: #494949. Windows color (decimal): -5037824 or 8627. OLE color: 8627.
HSL color Cylindrical-coordinate representation of color #B32100: hue angle of 11.06º 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 #B32100 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.30 |
| HSL | 11.06º | 1% | 0.35% | - |
| HSV(B) | 11.06º | 1% | 0.7% | - |
| XYZ | 19.13 | 10.67 | 1.05 | - |
| YUV | 72.89 | 86.87 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 0 | 0 | 0.82 | 1 | 0.30 | 11.06 | 1 | 0.35 |
| Hex | B3 | 21 | 0 | 0 | 52 | 64 | 1E | B | 64 | 23 |
| Octal | 263 | 41 | 0 | 0 | 122 | 144 | 36 | 13 | 144 | 43 |
| Binary | 10110011 | 100001 | 0 | 0 | 1010010 | 1100100 | 11110 | 1011 | 1100100 | 100011 |
Color Harmonies of #B32100
Complementary color
Monochromatic Colors of #B32100
Black with #B32100
Text Example
Text Example
White with #B32100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32100; }
p { color: rgb(179,33,0); }
H1.HeaderClassName
{
color: #B32100;
}
.AnyTagClassName
{
color: #B32100;
}
</style>
background-color css
<style>
a { background-color: #B32100; }
a { background-color: rgb(179,33,0); }
div.DivClassName
{
background-color: #B32100;
}
.BgClassName
{
background-color: #B32100;
}
</style>
border-color css
<style>
span { border-color: #B32100; }
span { border-color: rgb(179,33,0); }
td.TdClassName
{
border-color: #B32100;
}
.TagClassName
{
border-color: #B32100;
}
</style>