Html Css Color HEX #BC2D12 Harley Davidson Orange
📋 copy color: '#BC2D12'red 188 ◦ green 45 ◦ blue 18
Shades of Harley Davidson Orange #BC2D12
Tints of Harley Davidson Orange #BC2D12
RGB
CMYK
RGB Variations
Color information
#BC2D12 (or 0xBC2D12) is known color: Harley Davidson Orange. HEX triplet: BC, 2D and 12. RGB value is (188,45,18). Sum of RGB (Red+Green+Blue) = 188+45+18=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2D12 is #43D2ED. Grayscale: #545454. Windows color (decimal): -4444910 or 1191356. OLE color: 1191356.
HSL color Cylindrical-coordinate representation of color #BC2D12: hue angle of 9.53º 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 #BC2D12 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 18 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.26 |
| HSL | 9.53º | 0.83% | 0.4% | - |
| HSV(B) | 9.53º | 0.9% | 0.74% | - |
| XYZ | 21.79 | 12.61 | 1.86 | - |
| YUV | 84.68 | 90.38 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 18 | 0 | 0.76 | 0.90 | 0.26 | 9.53 | 0.83 | 0.4 |
| Hex | BC | 2D | 12 | 0 | 4C | 5A | 1A | A | 53 | 28 |
| Octal | 274 | 55 | 22 | 0 | 114 | 132 | 32 | 12 | 123 | 50 |
| Binary | 10111100 | 101101 | 10010 | 0 | 1001100 | 1011010 | 11010 | 1010 | 1010011 | 101000 |
Color Harmonies of #BC2D12
Complementary color
Monochromatic Colors of #BC2D12
Black with #BC2D12
Text Example
Text Example
White with #BC2D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D12; }
p { color: rgb(188,45,18); }
H1.HeaderClassName
{
color: #BC2D12;
}
.AnyTagClassName
{
color: #BC2D12;
}
</style>
background-color css
<style>
a { background-color: #BC2D12; }
a { background-color: rgb(188,45,18); }
div.DivClassName
{
background-color: #BC2D12;
}
.BgClassName
{
background-color: #BC2D12;
}
</style>
border-color css
<style>
span { border-color: #BC2D12; }
span { border-color: rgb(188,45,18); }
td.TdClassName
{
border-color: #BC2D12;
}
.TagClassName
{
border-color: #BC2D12;
}
</style>