Html Css Color HEX #B32809 Harley Davidson Orange
📋 copy color: '#B32809'red 179 ◦ green 40 ◦ blue 9
Shades of Harley Davidson Orange #B32809
Tints of Harley Davidson Orange #B32809
RGB
CMYK
RGB Variations
Color information
#B32809 (or 0xB32809) is known color: Harley Davidson Orange. HEX triplet: B3, 28 and 09. RGB value is (179,40,9). Sum of RGB (Red+Green+Blue) = 179+40+9=228 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.51% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 179 - color contains mainly: red. Hex color #B32809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32809 is #4CD7F6. Grayscale: #4E4E4E. Windows color (decimal): -5036023 or 600243. OLE color: 600243.
HSL color Cylindrical-coordinate representation of color #B32809: hue angle of 10.94º 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 #B32809 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 9 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.30 |
| HSL | 10.94º | 0.9% | 0.37% | - |
| HSV(B) | 10.94º | 0.95% | 0.7% | - |
| XYZ | 19.4 | 11.12 | 1.38 | - |
| YUV | 78.03 | 89.05 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 9 | 0 | 0.78 | 0.95 | 0.30 | 10.94 | 0.9 | 0.37 |
| Hex | B3 | 28 | 9 | 0 | 4E | 5F | 1E | B | 5A | 25 |
| Octal | 263 | 50 | 11 | 0 | 116 | 137 | 36 | 13 | 132 | 45 |
| Binary | 10110011 | 101000 | 1001 | 0 | 1001110 | 1011111 | 11110 | 1011 | 1011010 | 100101 |
Color Harmonies of #B32809
Complementary color
Monochromatic Colors of #B32809
Black with #B32809
Text Example
Text Example
White with #B32809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32809; }
p { color: rgb(179,40,9); }
H1.HeaderClassName
{
color: #B32809;
}
.AnyTagClassName
{
color: #B32809;
}
</style>
background-color css
<style>
a { background-color: #B32809; }
a { background-color: rgb(179,40,9); }
div.DivClassName
{
background-color: #B32809;
}
.BgClassName
{
background-color: #B32809;
}
</style>
border-color css
<style>
span { border-color: #B32809; }
span { border-color: rgb(179,40,9); }
td.TdClassName
{
border-color: #B32809;
}
.TagClassName
{
border-color: #B32809;
}
</style>