Html Css Color HEX #BC2903 Harley Davidson Orange
📋 copy color: '#BC2903'red 188 ◦ green 41 ◦ blue 3
Shades of Harley Davidson Orange #BC2903
Tints of Harley Davidson Orange #BC2903
RGB
CMYK
RGB Variations
Color information
#BC2903 (or 0xBC2903) is known color: Harley Davidson Orange. HEX triplet: BC, 29 and 03. RGB value is (188,41,3). Sum of RGB (Red+Green+Blue) = 188+41+3=232 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.03% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2903 is #43D6FC. Grayscale: #505050. Windows color (decimal): -4445949 or 207292. OLE color: 207292.
HSL color Cylindrical-coordinate representation of color #BC2903: hue angle of 12.32º 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 #BC2903 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 3 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.26 |
| HSL | 12.32º | 0.97% | 0.37% | - |
| HSV(B) | 12.32º | 0.98% | 0.74% | - |
| XYZ | 21.55 | 12.28 | 1.32 | - |
| YUV | 80.62 | 84.2 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 3 | 0 | 0.78 | 0.98 | 0.26 | 12.32 | 0.97 | 0.37 |
| Hex | BC | 29 | 3 | 0 | 4E | 62 | 1A | C | 61 | 25 |
| Octal | 274 | 51 | 3 | 0 | 116 | 142 | 32 | 14 | 141 | 45 |
| Binary | 10111100 | 101001 | 11 | 0 | 1001110 | 1100010 | 11010 | 1100 | 1100001 | 100101 |
Color Harmonies of #BC2903
Complementary color
Monochromatic Colors of #BC2903
Black with #BC2903
Text Example
Text Example
White with #BC2903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2903; }
p { color: rgb(188,41,3); }
H1.HeaderClassName
{
color: #BC2903;
}
.AnyTagClassName
{
color: #BC2903;
}
</style>
background-color css
<style>
a { background-color: #BC2903; }
a { background-color: rgb(188,41,3); }
div.DivClassName
{
background-color: #BC2903;
}
.BgClassName
{
background-color: #BC2903;
}
</style>
border-color css
<style>
span { border-color: #BC2903; }
span { border-color: rgb(188,41,3); }
td.TdClassName
{
border-color: #BC2903;
}
.TagClassName
{
border-color: #BC2903;
}
</style>