Html Css Color HEX #B32402 Harley Davidson Orange
📋 copy color: '#B32402'red 179 ◦ green 36 ◦ blue 2
Shades of Harley Davidson Orange #B32402
Tints of Harley Davidson Orange #B32402
RGB
CMYK
RGB Variations
Color information
#B32402 (or 0xB32402) is known color: Harley Davidson Orange. HEX triplet: B3, 24 and 02. RGB value is (179,36,2). Sum of RGB (Red+Green+Blue) = 179+36+2=217 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.49% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 179 - color contains mainly: red. Hex color #B32402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32402 is #4CDBFD. Grayscale: #4B4B4B. Windows color (decimal): -5037054 or 140467. OLE color: 140467.
HSL color Cylindrical-coordinate representation of color #B32402: hue angle of 11.53º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B32402 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 36 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.30 |
| HSL | 11.53º | 0.98% | 0.35% | - |
| HSV(B) | 11.53º | 0.99% | 0.7% | - |
| XYZ | 19.23 | 10.85 | 1.14 | - |
| YUV | 74.88 | 86.88 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 2 | 0 | 0.80 | 0.99 | 0.30 | 11.53 | 0.98 | 0.35 |
| Hex | B3 | 24 | 2 | 0 | 50 | 63 | 1E | C | 62 | 23 |
| Octal | 263 | 44 | 2 | 0 | 120 | 143 | 36 | 14 | 142 | 43 |
| Binary | 10110011 | 100100 | 10 | 0 | 1010000 | 1100011 | 11110 | 1100 | 1100010 | 100011 |
Color Harmonies of #B32402
Complementary color
Monochromatic Colors of #B32402
Black with #B32402
Text Example
Text Example
White with #B32402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32402; }
p { color: rgb(179,36,2); }
H1.HeaderClassName
{
color: #B32402;
}
.AnyTagClassName
{
color: #B32402;
}
</style>
background-color css
<style>
a { background-color: #B32402; }
a { background-color: rgb(179,36,2); }
div.DivClassName
{
background-color: #B32402;
}
.BgClassName
{
background-color: #B32402;
}
</style>
border-color css
<style>
span { border-color: #B32402; }
span { border-color: rgb(179,36,2); }
td.TdClassName
{
border-color: #B32402;
}
.TagClassName
{
border-color: #B32402;
}
</style>