Html Css Color HEX #BC240A Harley Davidson Orange
📋 copy color: '#BC240A'red 188 ◦ green 36 ◦ blue 10
Shades of Harley Davidson Orange #BC240A
Tints of Harley Davidson Orange #BC240A
RGB
CMYK
RGB Variations
Color information
#BC240A (or 0xBC240A) is known color: Harley Davidson Orange. HEX triplet: BC, 24 and 0A. RGB value is (188,36,10). Sum of RGB (Red+Green+Blue) = 188+36+10=234 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.34% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 188 - color contains mainly: red. Hex color #BC240A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC240A is #43DBF5. Grayscale: #4E4E4E. Windows color (decimal): -4447222 or 664764. OLE color: 664764.
HSL color Cylindrical-coordinate representation of color #BC240A: hue angle of 8.76º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC240A is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 10 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.26 |
| HSL | 8.76º | 0.9% | 0.39% | - |
| HSV(B) | 8.76º | 0.95% | 0.74% | - |
| XYZ | 21.42 | 11.98 | 1.47 | - |
| YUV | 78.48 | 89.36 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 10 | 0 | 0.81 | 0.95 | 0.26 | 8.76 | 0.9 | 0.39 |
| Hex | BC | 24 | A | 0 | 51 | 5F | 1A | 9 | 5A | 27 |
| Octal | 274 | 44 | 12 | 0 | 121 | 137 | 32 | 11 | 132 | 47 |
| Binary | 10111100 | 100100 | 1010 | 0 | 1010001 | 1011111 | 11010 | 1001 | 1011010 | 100111 |
Color Harmonies of #BC240A
Complementary color
Monochromatic Colors of #BC240A
Black with #BC240A
Text Example
Text Example
White with #BC240A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC240A; }
p { color: rgb(188,36,10); }
H1.HeaderClassName
{
color: #BC240A;
}
.AnyTagClassName
{
color: #BC240A;
}
</style>
background-color css
<style>
a { background-color: #BC240A; }
a { background-color: rgb(188,36,10); }
div.DivClassName
{
background-color: #BC240A;
}
.BgClassName
{
background-color: #BC240A;
}
</style>
border-color css
<style>
span { border-color: #BC240A; }
span { border-color: rgb(188,36,10); }
td.TdClassName
{
border-color: #BC240A;
}
.TagClassName
{
border-color: #BC240A;
}
</style>