Html Css Color HEX #BC3013 Harley Davidson Orange
📋 copy color: '#BC3013'red 188 ◦ green 48 ◦ blue 19
Shades of Harley Davidson Orange #BC3013
Tints of Harley Davidson Orange #BC3013
RGB
CMYK
RGB Variations
Color information
#BC3013 (or 0xBC3013) is known color: Harley Davidson Orange. HEX triplet: BC, 30 and 13. RGB value is (188,48,19). Sum of RGB (Red+Green+Blue) = 188+48+19=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3013 is #43CFEC. Grayscale: #565656. Windows color (decimal): -4444141 or 1257660. OLE color: 1257660.
HSL color Cylindrical-coordinate representation of color #BC3013: hue angle of 10.3º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC3013 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 19 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.26 |
| HSL | 10.3º | 0.82% | 0.41% | - |
| HSV(B) | 10.3º | 0.9% | 0.74% | - |
| XYZ | 21.91 | 12.85 | 1.94 | - |
| YUV | 86.55 | 89.88 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 19 | 0 | 0.74 | 0.90 | 0.26 | 10.3 | 0.82 | 0.41 |
| Hex | BC | 30 | 13 | 0 | 4A | 5A | 1A | A | 52 | 29 |
| Octal | 274 | 60 | 23 | 0 | 112 | 132 | 32 | 12 | 122 | 51 |
| Binary | 10111100 | 110000 | 10011 | 0 | 1001010 | 1011010 | 11010 | 1010 | 1010010 | 101001 |
Color Harmonies of #BC3013
Complementary color
Monochromatic Colors of #BC3013
Black with #BC3013
Text Example
Text Example
White with #BC3013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3013; }
p { color: rgb(188,48,19); }
H1.HeaderClassName
{
color: #BC3013;
}
.AnyTagClassName
{
color: #BC3013;
}
</style>
background-color css
<style>
a { background-color: #BC3013; }
a { background-color: rgb(188,48,19); }
div.DivClassName
{
background-color: #BC3013;
}
.BgClassName
{
background-color: #BC3013;
}
</style>
border-color css
<style>
span { border-color: #BC3013; }
span { border-color: rgb(188,48,19); }
td.TdClassName
{
border-color: #BC3013;
}
.TagClassName
{
border-color: #BC3013;
}
</style>