Html Css Color HEX #BC2C12 Harley Davidson Orange
📋 copy color: '#BC2C12'red 188 ◦ green 44 ◦ blue 18
Shades of Harley Davidson Orange #BC2C12
Tints of Harley Davidson Orange #BC2C12
RGB
CMYK
RGB Variations
Color information
#BC2C12 (or 0xBC2C12) is known color: Harley Davidson Orange. HEX triplet: BC, 2C and 12. RGB value is (188,44,18). Sum of RGB (Red+Green+Blue) = 188+44+18=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2C12 is #43D3ED. Grayscale: #545454. Windows color (decimal): -4445166 or 1191100. OLE color: 1191100.
HSL color Cylindrical-coordinate representation of color #BC2C12: hue angle of 9.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC2C12 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 44 | 18 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.26 |
| HSL | 9.18º | 0.83% | 0.4% | - |
| HSV(B) | 9.18º | 0.9% | 0.74% | - |
| XYZ | 21.75 | 12.54 | 1.85 | - |
| YUV | 84.09 | 90.71 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 44 | 18 | 0 | 0.77 | 0.90 | 0.26 | 9.18 | 0.83 | 0.4 |
| Hex | BC | 2C | 12 | 0 | 4D | 5A | 1A | 9 | 53 | 28 |
| Octal | 274 | 54 | 22 | 0 | 115 | 132 | 32 | 11 | 123 | 50 |
| Binary | 10111100 | 101100 | 10010 | 0 | 1001101 | 1011010 | 11010 | 1001 | 1010011 | 101000 |
Color Harmonies of #BC2C12
Complementary color
Monochromatic Colors of #BC2C12
Black with #BC2C12
Text Example
Text Example
White with #BC2C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2C12; }
p { color: rgb(188,44,18); }
H1.HeaderClassName
{
color: #BC2C12;
}
.AnyTagClassName
{
color: #BC2C12;
}
</style>
background-color css
<style>
a { background-color: #BC2C12; }
a { background-color: rgb(188,44,18); }
div.DivClassName
{
background-color: #BC2C12;
}
.BgClassName
{
background-color: #BC2C12;
}
</style>
border-color css
<style>
span { border-color: #BC2C12; }
span { border-color: rgb(188,44,18); }
td.TdClassName
{
border-color: #BC2C12;
}
.TagClassName
{
border-color: #BC2C12;
}
</style>