Html Css Color HEX #B32509 Harley Davidson Orange
📋 copy color: '#B32509'red 179 ◦ green 37 ◦ blue 9
Shades of Harley Davidson Orange #B32509
Tints of Harley Davidson Orange #B32509
RGB
CMYK
RGB Variations
Color information
#B32509 (or 0xB32509) is known color: Harley Davidson Orange. HEX triplet: B3, 25 and 09. RGB value is (179,37,9). Sum of RGB (Red+Green+Blue) = 179+37+9=225 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.56% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 179 - color contains mainly: red. Hex color #B32509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32509 is #4CDAF6. Grayscale: #4C4C4C. Windows color (decimal): -5036791 or 599475. OLE color: 599475.
HSL color Cylindrical-coordinate representation of color #B32509: hue angle of 9.88º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B32509 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 37 | 9 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.30 |
| HSL | 9.88º | 0.9% | 0.37% | - |
| HSV(B) | 9.88º | 0.95% | 0.7% | - |
| XYZ | 19.3 | 10.93 | 1.35 | - |
| YUV | 76.27 | 90.04 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 9 | 0 | 0.79 | 0.95 | 0.30 | 9.88 | 0.9 | 0.37 |
| Hex | B3 | 25 | 9 | 0 | 4F | 5F | 1E | A | 5A | 25 |
| Octal | 263 | 45 | 11 | 0 | 117 | 137 | 36 | 12 | 132 | 45 |
| Binary | 10110011 | 100101 | 1001 | 0 | 1001111 | 1011111 | 11110 | 1010 | 1011010 | 100101 |
Color Harmonies of #B32509
Complementary color
Monochromatic Colors of #B32509
Black with #B32509
Text Example
Text Example
White with #B32509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32509; }
p { color: rgb(179,37,9); }
H1.HeaderClassName
{
color: #B32509;
}
.AnyTagClassName
{
color: #B32509;
}
</style>
background-color css
<style>
a { background-color: #B32509; }
a { background-color: rgb(179,37,9); }
div.DivClassName
{
background-color: #B32509;
}
.BgClassName
{
background-color: #B32509;
}
</style>
border-color css
<style>
span { border-color: #B32509; }
span { border-color: rgb(179,37,9); }
td.TdClassName
{
border-color: #B32509;
}
.TagClassName
{
border-color: #B32509;
}
</style>