Html Css Color HEX #B32301 Harley Davidson Orange
📋 copy color: '#B32301'red 179 ◦ green 35 ◦ blue 1
Shades of Harley Davidson Orange #B32301
Tints of Harley Davidson Orange #B32301
RGB
CMYK
RGB Variations
Color information
#B32301 (or 0xB32301) is known color: Harley Davidson Orange. HEX triplet: B3, 23 and 01. RGB value is (179,35,1). Sum of RGB (Red+Green+Blue) = 179+35+1=215 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.26% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 179 - color contains mainly: red. Hex color #B32301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32301 is #4CDCFE. Grayscale: #4A4A4A. Windows color (decimal): -5037311 or 74675. OLE color: 74675.
HSL color Cylindrical-coordinate representation of color #B32301: hue angle of 11.46º degrees, saturation: 0.99, 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 #B32301 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.30 |
| HSL | 11.46º | 0.99% | 0.35% | - |
| HSV(B) | 11.46º | 0.99% | 0.7% | - |
| XYZ | 19.2 | 10.79 | 1.1 | - |
| YUV | 74.18 | 86.71 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 1 | 0 | 0.80 | 0.99 | 0.30 | 11.46 | 0.99 | 0.35 |
| Hex | B3 | 23 | 1 | 0 | 50 | 63 | 1E | B | 63 | 23 |
| Octal | 263 | 43 | 1 | 0 | 120 | 143 | 36 | 13 | 143 | 43 |
| Binary | 10110011 | 100011 | 1 | 0 | 1010000 | 1100011 | 11110 | 1011 | 1100011 | 100011 |
Color Harmonies of #B32301
Complementary color
Monochromatic Colors of #B32301
Black with #B32301
Text Example
Text Example
White with #B32301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32301; }
p { color: rgb(179,35,1); }
H1.HeaderClassName
{
color: #B32301;
}
.AnyTagClassName
{
color: #B32301;
}
</style>
background-color css
<style>
a { background-color: #B32301; }
a { background-color: rgb(179,35,1); }
div.DivClassName
{
background-color: #B32301;
}
.BgClassName
{
background-color: #B32301;
}
</style>
border-color css
<style>
span { border-color: #B32301; }
span { border-color: rgb(179,35,1); }
td.TdClassName
{
border-color: #B32301;
}
.TagClassName
{
border-color: #B32301;
}
</style>