Html Css Color HEX #B42602 Harley Davidson Orange
📋 copy color: '#B42602'red 180 ◦ green 38 ◦ blue 2
Shades of Harley Davidson Orange #B42602
Tints of Harley Davidson Orange #B42602
RGB
CMYK
RGB Variations
Color information
#B42602 (or 0xB42602) is known color: Harley Davidson Orange. HEX triplet: B4, 26 and 02. RGB value is (180,38,2). Sum of RGB (Red+Green+Blue) = 180+38+2=220 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.82% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 180 - color contains mainly: red. Hex color #B42602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42602 is #4BD9FD. Grayscale: #4C4C4C. Windows color (decimal): -4971006 or 140980. OLE color: 140980.
HSL color Cylindrical-coordinate representation of color #B42602: hue angle of 12.13º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B42602 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 38 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.29 |
| HSL | 12.13º | 0.98% | 0.36% | - |
| HSV(B) | 12.13º | 0.99% | 0.71% | - |
| XYZ | 19.53 | 11.09 | 1.17 | - |
| YUV | 76.35 | 86.04 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 2 | 0 | 0.79 | 0.99 | 0.29 | 12.13 | 0.98 | 0.36 |
| Hex | B4 | 26 | 2 | 0 | 4F | 63 | 1D | C | 62 | 24 |
| Octal | 264 | 46 | 2 | 0 | 117 | 143 | 35 | 14 | 142 | 44 |
| Binary | 10110100 | 100110 | 10 | 0 | 1001111 | 1100011 | 11101 | 1100 | 1100010 | 100100 |
Color Harmonies of #B42602
Complementary color
Monochromatic Colors of #B42602
Black with #B42602
Text Example
Text Example
White with #B42602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42602; }
p { color: rgb(180,38,2); }
H1.HeaderClassName
{
color: #B42602;
}
.AnyTagClassName
{
color: #B42602;
}
</style>
background-color css
<style>
a { background-color: #B42602; }
a { background-color: rgb(180,38,2); }
div.DivClassName
{
background-color: #B42602;
}
.BgClassName
{
background-color: #B42602;
}
</style>
border-color css
<style>
span { border-color: #B42602; }
span { border-color: rgb(180,38,2); }
td.TdClassName
{
border-color: #B42602;
}
.TagClassName
{
border-color: #B42602;
}
</style>