Html Css Color HEX #BD2A04 Harley Davidson Orange
📋 copy color: '#BD2A04'red 189 ◦ green 42 ◦ blue 4
Shades of Harley Davidson Orange #BD2A04
Tints of Harley Davidson Orange #BD2A04
RGB
CMYK
RGB Variations
Color information
#BD2A04 (or 0xBD2A04) is known color: Harley Davidson Orange. HEX triplet: BD, 2A and 04. RGB value is (189,42,4). Sum of RGB (Red+Green+Blue) = 189+42+4=235 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.43% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2A04 is #42D5FB. Grayscale: #515151. Windows color (decimal): -4380156 or 273085. OLE color: 273085.
HSL color Cylindrical-coordinate representation of color #BD2A04: hue angle of 12.32º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD2A04 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 4 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.26 |
| HSL | 12.32º | 0.96% | 0.38% | - |
| HSV(B) | 12.32º | 0.98% | 0.74% | - |
| XYZ | 21.84 | 12.48 | 1.37 | - |
| YUV | 81.62 | 84.2 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 4 | 0 | 0.78 | 0.98 | 0.26 | 12.32 | 0.96 | 0.38 |
| Hex | BD | 2A | 4 | 0 | 4E | 62 | 1A | C | 60 | 26 |
| Octal | 275 | 52 | 4 | 0 | 116 | 142 | 32 | 14 | 140 | 46 |
| Binary | 10111101 | 101010 | 100 | 0 | 1001110 | 1100010 | 11010 | 1100 | 1100000 | 100110 |
Color Harmonies of #BD2A04
Complementary color
Monochromatic Colors of #BD2A04
Black with #BD2A04
Text Example
Text Example
White with #BD2A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2A04; }
p { color: rgb(189,42,4); }
H1.HeaderClassName
{
color: #BD2A04;
}
.AnyTagClassName
{
color: #BD2A04;
}
</style>
background-color css
<style>
a { background-color: #BD2A04; }
a { background-color: rgb(189,42,4); }
div.DivClassName
{
background-color: #BD2A04;
}
.BgClassName
{
background-color: #BD2A04;
}
</style>
border-color css
<style>
span { border-color: #BD2A04; }
span { border-color: rgb(189,42,4); }
td.TdClassName
{
border-color: #BD2A04;
}
.TagClassName
{
border-color: #BD2A04;
}
</style>