Html Css Color HEX #BC2D03 Harley Davidson Orange
📋 copy color: '#BC2D03'red 188 ◦ green 45 ◦ blue 3
Shades of Harley Davidson Orange #BC2D03
Tints of Harley Davidson Orange #BC2D03
RGB
CMYK
RGB Variations
Color information
#BC2D03 (or 0xBC2D03) is known color: Harley Davidson Orange. HEX triplet: BC, 2D and 03. RGB value is (188,45,3). Sum of RGB (Red+Green+Blue) = 188+45+3=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2D03 is #43D2FC. Grayscale: #535353. Windows color (decimal): -4444925 or 208316. OLE color: 208316.
HSL color Cylindrical-coordinate representation of color #BC2D03: hue angle of 13.62º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC2D03 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 3 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.26 |
| HSL | 13.62º | 0.97% | 0.37% | - |
| HSV(B) | 13.62º | 0.98% | 0.74% | - |
| XYZ | 21.69 | 12.57 | 1.37 | - |
| YUV | 82.97 | 82.88 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 3 | 0 | 0.76 | 0.98 | 0.26 | 13.62 | 0.97 | 0.37 |
| Hex | BC | 2D | 3 | 0 | 4C | 62 | 1A | E | 61 | 25 |
| Octal | 274 | 55 | 3 | 0 | 114 | 142 | 32 | 16 | 141 | 45 |
| Binary | 10111100 | 101101 | 11 | 0 | 1001100 | 1100010 | 11010 | 1110 | 1100001 | 100101 |
Color Harmonies of #BC2D03
Complementary color
Monochromatic Colors of #BC2D03
Black with #BC2D03
Text Example
Text Example
White with #BC2D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D03; }
p { color: rgb(188,45,3); }
H1.HeaderClassName
{
color: #BC2D03;
}
.AnyTagClassName
{
color: #BC2D03;
}
</style>
background-color css
<style>
a { background-color: #BC2D03; }
a { background-color: rgb(188,45,3); }
div.DivClassName
{
background-color: #BC2D03;
}
.BgClassName
{
background-color: #BC2D03;
}
</style>
border-color css
<style>
span { border-color: #BC2D03; }
span { border-color: rgb(188,45,3); }
td.TdClassName
{
border-color: #BC2D03;
}
.TagClassName
{
border-color: #BC2D03;
}
</style>