Html Css Color HEX #BC240B Harley Davidson Orange
📋 copy color: '#BC240B'red 188 ◦ green 36 ◦ blue 11
Shades of Harley Davidson Orange #BC240B
Tints of Harley Davidson Orange #BC240B
RGB
CMYK
RGB Variations
Color information
#BC240B (or 0xBC240B) is known color: Harley Davidson Orange. HEX triplet: BC, 24 and 0B. RGB value is (188,36,11). Sum of RGB (Red+Green+Blue) = 188+36+11=235 (31% of max value = 765). Red value is 188 (73.83% from 255 or 80% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 188 - color contains mainly: red. Hex color #BC240B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC240B is #43DBF4. Grayscale: #4E4E4E. Windows color (decimal): -4447221 or 730300. OLE color: 730300.
HSL color Cylindrical-coordinate representation of color #BC240B: hue angle of 8.47º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC240B is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 11 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.26 |
| HSL | 8.47º | 0.89% | 0.39% | - |
| HSV(B) | 8.47º | 0.94% | 0.74% | - |
| XYZ | 21.43 | 11.98 | 1.5 | - |
| YUV | 78.6 | 89.86 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 11 | 0 | 0.81 | 0.94 | 0.26 | 8.47 | 0.89 | 0.39 |
| Hex | BC | 24 | B | 0 | 51 | 5E | 1A | 8 | 59 | 27 |
| Octal | 274 | 44 | 13 | 0 | 121 | 136 | 32 | 10 | 131 | 47 |
| Binary | 10111100 | 100100 | 1011 | 0 | 1010001 | 1011110 | 11010 | 1000 | 1011001 | 100111 |
Color Harmonies of #BC240B
Complementary color
Monochromatic Colors of #BC240B
Black with #BC240B
Text Example
Text Example
White with #BC240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC240B; }
p { color: rgb(188,36,11); }
H1.HeaderClassName
{
color: #BC240B;
}
.AnyTagClassName
{
color: #BC240B;
}
</style>
background-color css
<style>
a { background-color: #BC240B; }
a { background-color: rgb(188,36,11); }
div.DivClassName
{
background-color: #BC240B;
}
.BgClassName
{
background-color: #BC240B;
}
</style>
border-color css
<style>
span { border-color: #BC240B; }
span { border-color: rgb(188,36,11); }
td.TdClassName
{
border-color: #BC240B;
}
.TagClassName
{
border-color: #BC240B;
}
</style>