Html Css Color HEX #BD2D0C Harley Davidson Orange
📋 copy color: '#BD2D0C'red 189 ◦ green 45 ◦ blue 12
Shades of Harley Davidson Orange #BD2D0C
Tints of Harley Davidson Orange #BD2D0C
RGB
CMYK
RGB Variations
Color information
#BD2D0C (or 0xBD2D0C) is known color: Harley Davidson Orange. HEX triplet: BD, 2D and 0C. RGB value is (189,45,12). Sum of RGB (Red+Green+Blue) = 189+45+12=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2D0C is #42D2F3. Grayscale: #545454. Windows color (decimal): -4379380 or 798141. OLE color: 798141.
HSL color Cylindrical-coordinate representation of color #BD2D0C: hue angle of 11.19º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD2D0C is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 12 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.26 |
| HSL | 11.19º | 0.88% | 0.39% | - |
| HSV(B) | 11.19º | 0.94% | 0.74% | - |
| XYZ | 21.99 | 12.72 | 1.64 | - |
| YUV | 84.29 | 87.21 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 12 | 0 | 0.76 | 0.94 | 0.26 | 11.19 | 0.88 | 0.39 |
| Hex | BD | 2D | C | 0 | 4C | 5E | 1A | B | 58 | 27 |
| Octal | 275 | 55 | 14 | 0 | 114 | 136 | 32 | 13 | 130 | 47 |
| Binary | 10111101 | 101101 | 1100 | 0 | 1001100 | 1011110 | 11010 | 1011 | 1011000 | 100111 |
Color Harmonies of #BD2D0C
Complementary color
Monochromatic Colors of #BD2D0C
Black with #BD2D0C
Text Example
Text Example
White with #BD2D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2D0C; }
p { color: rgb(189,45,12); }
H1.HeaderClassName
{
color: #BD2D0C;
}
.AnyTagClassName
{
color: #BD2D0C;
}
</style>
background-color css
<style>
a { background-color: #BD2D0C; }
a { background-color: rgb(189,45,12); }
div.DivClassName
{
background-color: #BD2D0C;
}
.BgClassName
{
background-color: #BD2D0C;
}
</style>
border-color css
<style>
span { border-color: #BD2D0C; }
span { border-color: rgb(189,45,12); }
td.TdClassName
{
border-color: #BD2D0C;
}
.TagClassName
{
border-color: #BD2D0C;
}
</style>