Html Css Color HEX #BD2B18 Harley Davidson Orange
📋 copy color: '#BD2B18'red 189 ◦ green 43 ◦ blue 24
Shades of Harley Davidson Orange #BD2B18
Tints of Harley Davidson Orange #BD2B18
RGB
CMYK
RGB Variations
Color information
#BD2B18 (or 0xBD2B18) is known color: Harley Davidson Orange. HEX triplet: BD, 2B and 18. RGB value is (189,43,24). Sum of RGB (Red+Green+Blue) = 189+43+24=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2B18 is #42D4E7. Grayscale: #545454. Windows color (decimal): -4379880 or 1584061. OLE color: 1584061.
HSL color Cylindrical-coordinate representation of color #BD2B18: hue angle of 6.91º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD2B18 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 43 | 24 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.26 |
| HSL | 6.91º | 0.77% | 0.42% | - |
| HSV(B) | 6.91º | 0.87% | 0.74% | - |
| XYZ | 22.02 | 12.61 | 2.14 | - |
| YUV | 84.49 | 93.87 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 24 | 0 | 0.77 | 0.87 | 0.26 | 6.91 | 0.77 | 0.42 |
| Hex | BD | 2B | 18 | 0 | 4D | 57 | 1A | 7 | 4D | 2A |
| Octal | 275 | 53 | 30 | 0 | 115 | 127 | 32 | 7 | 115 | 52 |
| Binary | 10111101 | 101011 | 11000 | 0 | 1001101 | 1010111 | 11010 | 111 | 1001101 | 101010 |
Color Harmonies of #BD2B18
Complementary color
Monochromatic Colors of #BD2B18
Black with #BD2B18
Text Example
Text Example
White with #BD2B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2B18; }
p { color: rgb(189,43,24); }
H1.HeaderClassName
{
color: #BD2B18;
}
.AnyTagClassName
{
color: #BD2B18;
}
</style>
background-color css
<style>
a { background-color: #BD2B18; }
a { background-color: rgb(189,43,24); }
div.DivClassName
{
background-color: #BD2B18;
}
.BgClassName
{
background-color: #BD2B18;
}
</style>
border-color css
<style>
span { border-color: #BD2B18; }
span { border-color: rgb(189,43,24); }
td.TdClassName
{
border-color: #BD2B18;
}
.TagClassName
{
border-color: #BD2B18;
}
</style>