Html Css Color HEX #B32400 Harley Davidson Orange
📋 copy color: '#B32400'red 179 ◦ green 36 ◦ blue 0
Shades of Harley Davidson Orange #B32400
Tints of Harley Davidson Orange #B32400
RGB
CMYK
RGB Variations
Color information
#B32400 (or 0xB32400) is known color: Harley Davidson Orange. HEX triplet: B3, 24 and 00. RGB value is (179,36,0). Sum of RGB (Red+Green+Blue) = 179+36+0=215 (28% of max value = 765). Red value is 179 (70.31% from 255 or 83.26% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 179 - color contains mainly: red. Hex color #B32400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32400 is #4CDBFF. Grayscale: #4A4A4A. Windows color (decimal): -5037056 or 9395. OLE color: 9395.
HSL color Cylindrical-coordinate representation of color #B32400: hue angle of 12.07º 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 #B32400 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 36 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.30 |
| HSL | 12.07º | 1% | 0.35% | - |
| HSV(B) | 12.07º | 1% | 0.7% | - |
| XYZ | 19.22 | 10.85 | 1.08 | - |
| YUV | 74.65 | 85.88 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 0 | 0 | 0.80 | 1 | 0.30 | 12.07 | 1 | 0.35 |
| Hex | B3 | 24 | 0 | 0 | 50 | 64 | 1E | C | 64 | 23 |
| Octal | 263 | 44 | 0 | 0 | 120 | 144 | 36 | 14 | 144 | 43 |
| Binary | 10110011 | 100100 | 0 | 0 | 1010000 | 1100100 | 11110 | 1100 | 1100100 | 100011 |
Color Harmonies of #B32400
Complementary color
Monochromatic Colors of #B32400
Black with #B32400
Text Example
Text Example
White with #B32400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32400; }
p { color: rgb(179,36,0); }
H1.HeaderClassName
{
color: #B32400;
}
.AnyTagClassName
{
color: #B32400;
}
</style>
background-color css
<style>
a { background-color: #B32400; }
a { background-color: rgb(179,36,0); }
div.DivClassName
{
background-color: #B32400;
}
.BgClassName
{
background-color: #B32400;
}
</style>
border-color css
<style>
span { border-color: #B32400; }
span { border-color: rgb(179,36,0); }
td.TdClassName
{
border-color: #B32400;
}
.TagClassName
{
border-color: #B32400;
}
</style>