Shades of Rust #BC5016
Tints of Rust #BC5016
RGB
CMYK
RGB Variations
Color information
#BC5016 (or 0xBC5016) is known color: Rust. HEX triplet: BC, 50 and 16. RGB value is (188,80,22). Sum of RGB (Red+Green+Blue) = 188+80+22=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5016 is #43AFE9. Grayscale: #6A6A6A. Windows color (decimal): -4435946 or 1462460. OLE color: 1462460.
HSL color Cylindrical-coordinate representation of color #BC5016: hue angle of 20.96º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC5016 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 22 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.26 |
| HSL | 20.96º | 0.79% | 0.41% | - |
| HSV(B) | 20.96º | 0.88% | 0.74% | - |
| XYZ | 23.75 | 16.49 | 2.69 | - |
| YUV | 105.68 | 80.78 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 22 | 0 | 0.57 | 0.88 | 0.26 | 20.96 | 0.79 | 0.41 |
| Hex | BC | 50 | 16 | 0 | 39 | 58 | 1A | 15 | 4F | 29 |
| Octal | 274 | 120 | 26 | 0 | 71 | 130 | 32 | 25 | 117 | 51 |
| Binary | 10111100 | 1010000 | 10110 | 0 | 111001 | 1011000 | 11010 | 10101 | 1001111 | 101001 |
Color Harmonies of #BC5016
Complementary color
Monochromatic Colors of #BC5016
Black with #BC5016
Text Example
Text Example
White with #BC5016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5016; }
p { color: rgb(188,80,22); }
H1.HeaderClassName
{
color: #BC5016;
}
.AnyTagClassName
{
color: #BC5016;
}
</style>
background-color css
<style>
a { background-color: #BC5016; }
a { background-color: rgb(188,80,22); }
div.DivClassName
{
background-color: #BC5016;
}
.BgClassName
{
background-color: #BC5016;
}
</style>
border-color css
<style>
span { border-color: #BC5016; }
span { border-color: rgb(188,80,22); }
td.TdClassName
{
border-color: #BC5016;
}
.TagClassName
{
border-color: #BC5016;
}
</style>