Shades of Rust #BC500E
Tints of Rust #BC500E
RGB
CMYK
RGB Variations
Color information
#BC500E (or 0xBC500E) is known color: Rust. HEX triplet: BC, 50 and 0E. RGB value is (188,80,14). Sum of RGB (Red+Green+Blue) = 188+80+14=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC500E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC500E is #43AFF1. Grayscale: #696969. Windows color (decimal): -4435954 or 938172. OLE color: 938172.
HSL color Cylindrical-coordinate representation of color #BC500E: hue angle of 22.76º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC500E is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 14 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.26 |
| HSL | 22.76º | 0.86% | 0.4% | - |
| HSV(B) | 22.76º | 0.93% | 0.74% | - |
| XYZ | 23.69 | 16.46 | 2.34 | - |
| YUV | 104.77 | 76.78 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 14 | 0 | 0.57 | 0.93 | 0.26 | 22.76 | 0.86 | 0.4 |
| Hex | BC | 50 | E | 0 | 39 | 5D | 1A | 17 | 56 | 28 |
| Octal | 274 | 120 | 16 | 0 | 71 | 135 | 32 | 27 | 126 | 50 |
| Binary | 10111100 | 1010000 | 1110 | 0 | 111001 | 1011101 | 11010 | 10111 | 1010110 | 101000 |
Color Harmonies of #BC500E
Complementary color
Monochromatic Colors of #BC500E
Black with #BC500E
Text Example
Text Example
White with #BC500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC500E; }
p { color: rgb(188,80,14); }
H1.HeaderClassName
{
color: #BC500E;
}
.AnyTagClassName
{
color: #BC500E;
}
</style>
background-color css
<style>
a { background-color: #BC500E; }
a { background-color: rgb(188,80,14); }
div.DivClassName
{
background-color: #BC500E;
}
.BgClassName
{
background-color: #BC500E;
}
</style>
border-color css
<style>
span { border-color: #BC500E; }
span { border-color: rgb(188,80,14); }
td.TdClassName
{
border-color: #BC500E;
}
.TagClassName
{
border-color: #BC500E;
}
</style>