Html Css Color HEX #B42400 Harley Davidson Orange
📋 copy color: '#B42400'red 180 ◦ green 36 ◦ blue 0
Shades of Harley Davidson Orange #B42400
Tints of Harley Davidson Orange #B42400
RGB
CMYK
RGB Variations
Color information
#B42400 (or 0xB42400) is known color: Harley Davidson Orange. HEX triplet: B4, 24 and 00. RGB value is (180,36,0). Sum of RGB (Red+Green+Blue) = 180+36+0=216 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.33% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 180 - color contains mainly: red. Hex color #B42400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42400 is #4BDBFF. Grayscale: #4B4B4B. Windows color (decimal): -4971520 or 9396. OLE color: 9396.
HSL color Cylindrical-coordinate representation of color #B42400: hue angle of 12º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B42400 is Cyan = 0, Magento = 0.8, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 0 | - |
| CMYK | 0 | 0.8 | 1 | 0.29 |
| HSL | 12º | 1% | 0.35% | - |
| HSV(B) | 12º | 1% | 0.71% | - |
| XYZ | 19.45 | 10.97 | 1.09 | - |
| YUV | 74.95 | 85.71 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 0 | 0 | 0.8 | 1 | 0.29 | 12 | 1 | 0.35 |
| Hex | B4 | 24 | 0 | 0 | 50 | 64 | 1D | C | 64 | 23 |
| Octal | 264 | 44 | 0 | 0 | 120 | 144 | 35 | 14 | 144 | 43 |
| Binary | 10110100 | 100100 | 0 | 0 | 1010000 | 1100100 | 11101 | 1100 | 1100100 | 100011 |
Color Harmonies of #B42400
Complementary color
Monochromatic Colors of #B42400
Black with #B42400
Text Example
Text Example
White with #B42400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42400; }
p { color: rgb(180,36,0); }
H1.HeaderClassName
{
color: #B42400;
}
.AnyTagClassName
{
color: #B42400;
}
</style>
background-color css
<style>
a { background-color: #B42400; }
a { background-color: rgb(180,36,0); }
div.DivClassName
{
background-color: #B42400;
}
.BgClassName
{
background-color: #B42400;
}
</style>
border-color css
<style>
span { border-color: #B42400; }
span { border-color: rgb(180,36,0); }
td.TdClassName
{
border-color: #B42400;
}
.TagClassName
{
border-color: #B42400;
}
</style>