Html Css Color HEX #BC301C Harley Davidson Orange
📋 copy color: '#BC301C'red 188 ◦ green 48 ◦ blue 28
Shades of Harley Davidson Orange #BC301C
Tints of Harley Davidson Orange #BC301C
RGB
CMYK
RGB Variations
Color information
#BC301C (or 0xBC301C) is known color: Harley Davidson Orange. HEX triplet: BC, 30 and 1C. RGB value is (188,48,28). Sum of RGB (Red+Green+Blue) = 188+48+28=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC301C is #43CFE3. Grayscale: #575757. Windows color (decimal): -4444132 or 1847484. OLE color: 1847484.
HSL color Cylindrical-coordinate representation of color #BC301C: hue angle of 7.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC301C is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 28 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.26 |
| HSL | 7.5º | 0.74% | 0.42% | - |
| HSV(B) | 7.5º | 0.85% | 0.74% | - |
| XYZ | 22.01 | 12.89 | 2.43 | - |
| YUV | 87.58 | 94.38 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 28 | 0 | 0.74 | 0.85 | 0.26 | 7.5 | 0.74 | 0.42 |
| Hex | BC | 30 | 1C | 0 | 4A | 55 | 1A | 8 | 4A | 2A |
| Octal | 274 | 60 | 34 | 0 | 112 | 125 | 32 | 10 | 112 | 52 |
| Binary | 10111100 | 110000 | 11100 | 0 | 1001010 | 1010101 | 11010 | 1000 | 1001010 | 101010 |
Color Harmonies of #BC301C
Complementary color
Monochromatic Colors of #BC301C
Black with #BC301C
Text Example
Text Example
White with #BC301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC301C; }
p { color: rgb(188,48,28); }
H1.HeaderClassName
{
color: #BC301C;
}
.AnyTagClassName
{
color: #BC301C;
}
</style>
background-color css
<style>
a { background-color: #BC301C; }
a { background-color: rgb(188,48,28); }
div.DivClassName
{
background-color: #BC301C;
}
.BgClassName
{
background-color: #BC301C;
}
</style>
border-color css
<style>
span { border-color: #BC301C; }
span { border-color: rgb(188,48,28); }
td.TdClassName
{
border-color: #BC301C;
}
.TagClassName
{
border-color: #BC301C;
}
</style>