Html Css Color HEX #B32503 Harley Davidson Orange
📋 copy color: '#B32503'red 179 ◦ green 37 ◦ blue 3
Shades of Harley Davidson Orange #B32503
Tints of Harley Davidson Orange #B32503
RGB
CMYK
RGB Variations
Color information
#B32503 (or 0xB32503) is known color: Harley Davidson Orange. HEX triplet: B3, 25 and 03. RGB value is (179,37,3). Sum of RGB (Red+Green+Blue) = 179+37+3=219 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.74% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 179 - color contains mainly: red. Hex color #B32503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32503 is #4CDAFC. Grayscale: #4B4B4B. Windows color (decimal): -5036797 or 206259. OLE color: 206259.
HSL color Cylindrical-coordinate representation of color #B32503: hue angle of 11.59º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B32503 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 37 | 3 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.30 |
| HSL | 11.59º | 0.97% | 0.36% | - |
| HSV(B) | 11.59º | 0.98% | 0.7% | - |
| XYZ | 19.27 | 10.91 | 1.18 | - |
| YUV | 75.58 | 87.04 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 3 | 0 | 0.79 | 0.98 | 0.30 | 11.59 | 0.97 | 0.36 |
| Hex | B3 | 25 | 3 | 0 | 4F | 62 | 1E | C | 61 | 24 |
| Octal | 263 | 45 | 3 | 0 | 117 | 142 | 36 | 14 | 141 | 44 |
| Binary | 10110011 | 100101 | 11 | 0 | 1001111 | 1100010 | 11110 | 1100 | 1100001 | 100100 |
Color Harmonies of #B32503
Complementary color
Monochromatic Colors of #B32503
Black with #B32503
Text Example
Text Example
White with #B32503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32503; }
p { color: rgb(179,37,3); }
H1.HeaderClassName
{
color: #B32503;
}
.AnyTagClassName
{
color: #B32503;
}
</style>
background-color css
<style>
a { background-color: #B32503; }
a { background-color: rgb(179,37,3); }
div.DivClassName
{
background-color: #B32503;
}
.BgClassName
{
background-color: #B32503;
}
</style>
border-color css
<style>
span { border-color: #B32503; }
span { border-color: rgb(179,37,3); }
td.TdClassName
{
border-color: #B32503;
}
.TagClassName
{
border-color: #B32503;
}
</style>