Html Css Color HEX #B42808 Harley Davidson Orange
📋 copy color: '#B42808'red 180 ◦ green 40 ◦ blue 8
Shades of Harley Davidson Orange #B42808
Tints of Harley Davidson Orange #B42808
RGB
CMYK
RGB Variations
Color information
#B42808 (or 0xB42808) is known color: Harley Davidson Orange. HEX triplet: B4, 28 and 08. RGB value is (180,40,8). Sum of RGB (Red+Green+Blue) = 180+40+8=228 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.95% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 180 - color contains mainly: red. Hex color #B42808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42808 is #4BD7F7. Grayscale: #4E4E4E. Windows color (decimal): -4970488 or 534708. OLE color: 534708.
HSL color Cylindrical-coordinate representation of color #B42808: hue angle of 11.16º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B42808 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 8 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.29 |
| HSL | 11.16º | 0.91% | 0.37% | - |
| HSV(B) | 11.16º | 0.96% | 0.71% | - |
| XYZ | 19.63 | 11.24 | 1.36 | - |
| YUV | 78.21 | 88.38 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 8 | 0 | 0.78 | 0.96 | 0.29 | 11.16 | 0.91 | 0.37 |
| Hex | B4 | 28 | 8 | 0 | 4E | 60 | 1D | B | 5B | 25 |
| Octal | 264 | 50 | 10 | 0 | 116 | 140 | 35 | 13 | 133 | 45 |
| Binary | 10110100 | 101000 | 1000 | 0 | 1001110 | 1100000 | 11101 | 1011 | 1011011 | 100101 |
Color Harmonies of #B42808
Complementary color
Monochromatic Colors of #B42808
Black with #B42808
Text Example
Text Example
White with #B42808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42808; }
p { color: rgb(180,40,8); }
H1.HeaderClassName
{
color: #B42808;
}
.AnyTagClassName
{
color: #B42808;
}
</style>
background-color css
<style>
a { background-color: #B42808; }
a { background-color: rgb(180,40,8); }
div.DivClassName
{
background-color: #B42808;
}
.BgClassName
{
background-color: #B42808;
}
</style>
border-color css
<style>
span { border-color: #B42808; }
span { border-color: rgb(180,40,8); }
td.TdClassName
{
border-color: #B42808;
}
.TagClassName
{
border-color: #B42808;
}
</style>