Html Css Color HEX #B32300 Harley Davidson Orange
📋 copy color: '#B32300'red 179 ◦ green 35 ◦ blue 0
Shades of Harley Davidson Orange #B32300
Tints of Harley Davidson Orange #B32300
RGB
CMYK
RGB Variations
Color information
#B32300 (or 0xB32300) is known color: Harley Davidson Orange. HEX triplet: B3, 23 and 00. RGB value is (179,35,0). Sum of RGB (Red+Green+Blue) = 179+35+0=214 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.64% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 179 - color contains mainly: red. Hex color #B32300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32300 is #4CDCFF. Grayscale: #4A4A4A. Windows color (decimal): -5037312 or 9139. OLE color: 9139.
HSL color Cylindrical-coordinate representation of color #B32300: hue angle of 11.73º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B32300 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.30 |
| HSL | 11.73º | 1% | 0.35% | - |
| HSV(B) | 11.73º | 1% | 0.7% | - |
| XYZ | 19.19 | 10.79 | 1.07 | - |
| YUV | 74.07 | 86.21 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 0 | 0 | 0.80 | 1 | 0.30 | 11.73 | 1 | 0.35 |
| Hex | B3 | 23 | 0 | 0 | 50 | 64 | 1E | C | 64 | 23 |
| Octal | 263 | 43 | 0 | 0 | 120 | 144 | 36 | 14 | 144 | 43 |
| Binary | 10110011 | 100011 | 0 | 0 | 1010000 | 1100100 | 11110 | 1100 | 1100100 | 100011 |
Color Harmonies of #B32300
Complementary color
Monochromatic Colors of #B32300
Black with #B32300
Text Example
Text Example
White with #B32300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32300; }
p { color: rgb(179,35,0); }
H1.HeaderClassName
{
color: #B32300;
}
.AnyTagClassName
{
color: #B32300;
}
</style>
background-color css
<style>
a { background-color: #B32300; }
a { background-color: rgb(179,35,0); }
div.DivClassName
{
background-color: #B32300;
}
.BgClassName
{
background-color: #B32300;
}
</style>
border-color css
<style>
span { border-color: #B32300; }
span { border-color: rgb(179,35,0); }
td.TdClassName
{
border-color: #B32300;
}
.TagClassName
{
border-color: #B32300;
}
</style>