Html Css Color HEX #BC2D18 Harley Davidson Orange
📋 copy color: '#BC2D18'red 188 ◦ green 45 ◦ blue 24
Shades of Harley Davidson Orange #BC2D18
Tints of Harley Davidson Orange #BC2D18
RGB
CMYK
RGB Variations
Color information
#BC2D18 (or 0xBC2D18) is known color: Harley Davidson Orange. HEX triplet: BC, 2D and 18. RGB value is (188,45,24). Sum of RGB (Red+Green+Blue) = 188+45+24=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2D18 is #43D2E7. Grayscale: #555555. Windows color (decimal): -4444904 or 1584572. OLE color: 1584572.
HSL color Cylindrical-coordinate representation of color #BC2D18: hue angle of 7.68º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC2D18 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 24 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.26 |
| HSL | 7.68º | 0.77% | 0.42% | - |
| HSV(B) | 7.68º | 0.87% | 0.74% | - |
| XYZ | 21.84 | 12.63 | 2.15 | - |
| YUV | 85.36 | 93.38 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 24 | 0 | 0.76 | 0.87 | 0.26 | 7.68 | 0.77 | 0.42 |
| Hex | BC | 2D | 18 | 0 | 4C | 57 | 1A | 8 | 4D | 2A |
| Octal | 274 | 55 | 30 | 0 | 114 | 127 | 32 | 10 | 115 | 52 |
| Binary | 10111100 | 101101 | 11000 | 0 | 1001100 | 1010111 | 11010 | 1000 | 1001101 | 101010 |
Color Harmonies of #BC2D18
Complementary color
Monochromatic Colors of #BC2D18
Black with #BC2D18
Text Example
Text Example
White with #BC2D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D18; }
p { color: rgb(188,45,24); }
H1.HeaderClassName
{
color: #BC2D18;
}
.AnyTagClassName
{
color: #BC2D18;
}
</style>
background-color css
<style>
a { background-color: #BC2D18; }
a { background-color: rgb(188,45,24); }
div.DivClassName
{
background-color: #BC2D18;
}
.BgClassName
{
background-color: #BC2D18;
}
</style>
border-color css
<style>
span { border-color: #BC2D18; }
span { border-color: rgb(188,45,24); }
td.TdClassName
{
border-color: #BC2D18;
}
.TagClassName
{
border-color: #BC2D18;
}
</style>