Html Css Color HEX #BD2D0A Harley Davidson Orange
📋 copy color: '#BD2D0A'red 189 ◦ green 45 ◦ blue 10
Shades of Harley Davidson Orange #BD2D0A
Tints of Harley Davidson Orange #BD2D0A
RGB
CMYK
RGB Variations
Color information
#BD2D0A (or 0xBD2D0A) is known color: Harley Davidson Orange. HEX triplet: BD, 2D and 0A. RGB value is (189,45,10). Sum of RGB (Red+Green+Blue) = 189+45+10=244 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.46% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2D0A is #42D2F5. Grayscale: #545454. Windows color (decimal): -4379382 or 667069. OLE color: 667069.
HSL color Cylindrical-coordinate representation of color #BD2D0A: hue angle of 11.73º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD2D0A is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 10 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.26 |
| HSL | 11.73º | 0.9% | 0.39% | - |
| HSV(B) | 11.73º | 0.95% | 0.74% | - |
| XYZ | 21.98 | 12.72 | 1.58 | - |
| YUV | 84.07 | 86.21 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 10 | 0 | 0.76 | 0.95 | 0.26 | 11.73 | 0.9 | 0.39 |
| Hex | BD | 2D | A | 0 | 4C | 5F | 1A | C | 5A | 27 |
| Octal | 275 | 55 | 12 | 0 | 114 | 137 | 32 | 14 | 132 | 47 |
| Binary | 10111101 | 101101 | 1010 | 0 | 1001100 | 1011111 | 11010 | 1100 | 1011010 | 100111 |
Color Harmonies of #BD2D0A
Complementary color
Monochromatic Colors of #BD2D0A
Black with #BD2D0A
Text Example
Text Example
White with #BD2D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2D0A; }
p { color: rgb(189,45,10); }
H1.HeaderClassName
{
color: #BD2D0A;
}
.AnyTagClassName
{
color: #BD2D0A;
}
</style>
background-color css
<style>
a { background-color: #BD2D0A; }
a { background-color: rgb(189,45,10); }
div.DivClassName
{
background-color: #BD2D0A;
}
.BgClassName
{
background-color: #BD2D0A;
}
</style>
border-color css
<style>
span { border-color: #BD2D0A; }
span { border-color: rgb(189,45,10); }
td.TdClassName
{
border-color: #BD2D0A;
}
.TagClassName
{
border-color: #BD2D0A;
}
</style>