Shades of Rust #BC5616
Tints of Rust #BC5616
RGB
CMYK
RGB Variations
Color information
#BC5616 (or 0xBC5616) is known color: Rust. HEX triplet: BC, 56 and 16. RGB value is (188,86,22). Sum of RGB (Red+Green+Blue) = 188+86+22=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5616 is #43A9E9. Grayscale: #6D6D6D. Windows color (decimal): -4434410 or 1463996. OLE color: 1463996.
HSL color Cylindrical-coordinate representation of color #BC5616: hue angle of 23.13º 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 #BC5616 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 22 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.26 |
| HSL | 23.13º | 0.79% | 0.41% | - |
| HSV(B) | 23.13º | 0.88% | 0.74% | - |
| XYZ | 24.21 | 17.4 | 2.84 | - |
| YUV | 109.2 | 78.79 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 22 | 0 | 0.54 | 0.88 | 0.26 | 23.13 | 0.79 | 0.41 |
| Hex | BC | 56 | 16 | 0 | 36 | 58 | 1A | 17 | 4F | 29 |
| Octal | 274 | 126 | 26 | 0 | 66 | 130 | 32 | 27 | 117 | 51 |
| Binary | 10111100 | 1010110 | 10110 | 0 | 110110 | 1011000 | 11010 | 10111 | 1001111 | 101001 |
Color Harmonies of #BC5616
Complementary color
Monochromatic Colors of #BC5616
Black with #BC5616
Text Example
Text Example
White with #BC5616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5616; }
p { color: rgb(188,86,22); }
H1.HeaderClassName
{
color: #BC5616;
}
.AnyTagClassName
{
color: #BC5616;
}
</style>
background-color css
<style>
a { background-color: #BC5616; }
a { background-color: rgb(188,86,22); }
div.DivClassName
{
background-color: #BC5616;
}
.BgClassName
{
background-color: #BC5616;
}
</style>
border-color css
<style>
span { border-color: #BC5616; }
span { border-color: rgb(188,86,22); }
td.TdClassName
{
border-color: #BC5616;
}
.TagClassName
{
border-color: #BC5616;
}
</style>