Html Css Color HEX #B32408 Harley Davidson Orange
📋 copy color: '#B32408'red 179 ◦ green 36 ◦ blue 8
Shades of Harley Davidson Orange #B32408
Tints of Harley Davidson Orange #B32408
RGB
CMYK
RGB Variations
Color information
#B32408 (or 0xB32408) is known color: Harley Davidson Orange. HEX triplet: B3, 24 and 08. RGB value is (179,36,8). Sum of RGB (Red+Green+Blue) = 179+36+8=223 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.27% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 179 - color contains mainly: red. Hex color #B32408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32408 is #4CDBF7. Grayscale: #4B4B4B. Windows color (decimal): -5037048 or 533683. OLE color: 533683.
HSL color Cylindrical-coordinate representation of color #B32408: hue angle of 9.82º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B32408 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 36 | 8 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.30 |
| HSL | 9.82º | 0.91% | 0.37% | - |
| HSV(B) | 9.82º | 0.96% | 0.7% | - |
| XYZ | 19.27 | 10.86 | 1.31 | - |
| YUV | 75.57 | 89.88 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 8 | 0 | 0.80 | 0.96 | 0.30 | 9.82 | 0.91 | 0.37 |
| Hex | B3 | 24 | 8 | 0 | 50 | 60 | 1E | A | 5B | 25 |
| Octal | 263 | 44 | 10 | 0 | 120 | 140 | 36 | 12 | 133 | 45 |
| Binary | 10110011 | 100100 | 1000 | 0 | 1010000 | 1100000 | 11110 | 1010 | 1011011 | 100101 |
Color Harmonies of #B32408
Complementary color
Monochromatic Colors of #B32408
Black with #B32408
Text Example
Text Example
White with #B32408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32408; }
p { color: rgb(179,36,8); }
H1.HeaderClassName
{
color: #B32408;
}
.AnyTagClassName
{
color: #B32408;
}
</style>
background-color css
<style>
a { background-color: #B32408; }
a { background-color: rgb(179,36,8); }
div.DivClassName
{
background-color: #B32408;
}
.BgClassName
{
background-color: #B32408;
}
</style>
border-color css
<style>
span { border-color: #B32408; }
span { border-color: rgb(179,36,8); }
td.TdClassName
{
border-color: #B32408;
}
.TagClassName
{
border-color: #B32408;
}
</style>