Html Css Color HEX #B42908 Harley Davidson Orange
📋 copy color: '#B42908'red 180 ◦ green 41 ◦ blue 8
Shades of Harley Davidson Orange #B42908
Tints of Harley Davidson Orange #B42908
RGB
CMYK
RGB Variations
Color information
#B42908 (or 0xB42908) is known color: Harley Davidson Orange. HEX triplet: B4, 29 and 08. RGB value is (180,41,8). Sum of RGB (Red+Green+Blue) = 180+41+8=229 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.60% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 180 - color contains mainly: red. Hex color #B42908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42908 is #4BD6F7. Grayscale: #4F4F4F. Windows color (decimal): -4970232 or 534964. OLE color: 534964.
HSL color Cylindrical-coordinate representation of color #B42908: hue angle of 11.51º 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 #B42908 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 8 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.29 |
| HSL | 11.51º | 0.91% | 0.37% | - |
| HSV(B) | 11.51º | 0.96% | 0.71% | - |
| XYZ | 19.66 | 11.31 | 1.38 | - |
| YUV | 78.8 | 88.05 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 8 | 0 | 0.77 | 0.96 | 0.29 | 11.51 | 0.91 | 0.37 |
| Hex | B4 | 29 | 8 | 0 | 4D | 60 | 1D | C | 5B | 25 |
| Octal | 264 | 51 | 10 | 0 | 115 | 140 | 35 | 14 | 133 | 45 |
| Binary | 10110100 | 101001 | 1000 | 0 | 1001101 | 1100000 | 11101 | 1100 | 1011011 | 100101 |
Color Harmonies of #B42908
Complementary color
Monochromatic Colors of #B42908
Black with #B42908
Text Example
Text Example
White with #B42908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42908; }
p { color: rgb(180,41,8); }
H1.HeaderClassName
{
color: #B42908;
}
.AnyTagClassName
{
color: #B42908;
}
</style>
background-color css
<style>
a { background-color: #B42908; }
a { background-color: rgb(180,41,8); }
div.DivClassName
{
background-color: #B42908;
}
.BgClassName
{
background-color: #B42908;
}
</style>
border-color css
<style>
span { border-color: #B42908; }
span { border-color: rgb(180,41,8); }
td.TdClassName
{
border-color: #B42908;
}
.TagClassName
{
border-color: #B42908;
}
</style>