Html Css Color HEX #BC2512 Harley Davidson Orange
📋 copy color: '#BC2512'red 188 ◦ green 37 ◦ blue 18
Shades of Harley Davidson Orange #BC2512
Tints of Harley Davidson Orange #BC2512
RGB
CMYK
RGB Variations
Color information
#BC2512 (or 0xBC2512) is known color: Harley Davidson Orange. HEX triplet: BC, 25 and 12. RGB value is (188,37,18). Sum of RGB (Red+Green+Blue) = 188+37+18=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2512 is #43DAED. Grayscale: #505050. Windows color (decimal): -4446958 or 1189308. OLE color: 1189308.
HSL color Cylindrical-coordinate representation of color #BC2512: hue angle of 6.71º 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 #BC2512 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 18 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.26 |
| HSL | 6.71º | 0.83% | 0.4% | - |
| HSV(B) | 6.71º | 0.9% | 0.74% | - |
| XYZ | 21.51 | 12.06 | 1.77 | - |
| YUV | 79.98 | 93.03 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 18 | 0 | 0.80 | 0.90 | 0.26 | 6.71 | 0.83 | 0.4 |
| Hex | BC | 25 | 12 | 0 | 50 | 5A | 1A | 7 | 53 | 28 |
| Octal | 274 | 45 | 22 | 0 | 120 | 132 | 32 | 7 | 123 | 50 |
| Binary | 10111100 | 100101 | 10010 | 0 | 1010000 | 1011010 | 11010 | 111 | 1010011 | 101000 |
Color Harmonies of #BC2512
Complementary color
Monochromatic Colors of #BC2512
Black with #BC2512
Text Example
Text Example
White with #BC2512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2512; }
p { color: rgb(188,37,18); }
H1.HeaderClassName
{
color: #BC2512;
}
.AnyTagClassName
{
color: #BC2512;
}
</style>
background-color css
<style>
a { background-color: #BC2512; }
a { background-color: rgb(188,37,18); }
div.DivClassName
{
background-color: #BC2512;
}
.BgClassName
{
background-color: #BC2512;
}
</style>
border-color css
<style>
span { border-color: #BC2512; }
span { border-color: rgb(188,37,18); }
td.TdClassName
{
border-color: #BC2512;
}
.TagClassName
{
border-color: #BC2512;
}
</style>