Html Css Color HEX #B32909 Harley Davidson Orange
📋 copy color: '#B32909'red 179 ◦ green 41 ◦ blue 9
Shades of Harley Davidson Orange #B32909
Tints of Harley Davidson Orange #B32909
RGB
CMYK
RGB Variations
Color information
#B32909 (or 0xB32909) is known color: Harley Davidson Orange. HEX triplet: B3, 29 and 09. RGB value is (179,41,9). Sum of RGB (Red+Green+Blue) = 179+41+9=229 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.17% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 179 - color contains mainly: red. Hex color #B32909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32909 is #4CD6F6. Grayscale: #4E4E4E. Windows color (decimal): -5035767 or 600499. OLE color: 600499.
HSL color Cylindrical-coordinate representation of color #B32909: hue angle of 11.29º 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 #B32909 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 9 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.30 |
| HSL | 11.29º | 0.9% | 0.37% | - |
| HSV(B) | 11.29º | 0.95% | 0.7% | - |
| XYZ | 19.43 | 11.19 | 1.39 | - |
| YUV | 78.61 | 88.72 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 9 | 0 | 0.77 | 0.95 | 0.30 | 11.29 | 0.9 | 0.37 |
| Hex | B3 | 29 | 9 | 0 | 4D | 5F | 1E | B | 5A | 25 |
| Octal | 263 | 51 | 11 | 0 | 115 | 137 | 36 | 13 | 132 | 45 |
| Binary | 10110011 | 101001 | 1001 | 0 | 1001101 | 1011111 | 11110 | 1011 | 1011010 | 100101 |
Color Harmonies of #B32909
Complementary color
Monochromatic Colors of #B32909
Black with #B32909
Text Example
Text Example
White with #B32909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32909; }
p { color: rgb(179,41,9); }
H1.HeaderClassName
{
color: #B32909;
}
.AnyTagClassName
{
color: #B32909;
}
</style>
background-color css
<style>
a { background-color: #B32909; }
a { background-color: rgb(179,41,9); }
div.DivClassName
{
background-color: #B32909;
}
.BgClassName
{
background-color: #B32909;
}
</style>
border-color css
<style>
span { border-color: #B32909; }
span { border-color: rgb(179,41,9); }
td.TdClassName
{
border-color: #B32909;
}
.TagClassName
{
border-color: #B32909;
}
</style>