Shades of Rust #BC5716
Tints of Rust #BC5716
RGB
CMYK
RGB Variations
Color information
#BC5716 (or 0xBC5716) is known color: Rust. HEX triplet: BC, 57 and 16. RGB value is (188,87,22). Sum of RGB (Red+Green+Blue) = 188+87+22=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5716 is #43A8E9. Grayscale: #6E6E6E. Windows color (decimal): -4434154 or 1464252. OLE color: 1464252.
HSL color Cylindrical-coordinate representation of color #BC5716: hue angle of 23.49º 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 #BC5716 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 22 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.26 |
| HSL | 23.49º | 0.79% | 0.41% | - |
| HSV(B) | 23.49º | 0.88% | 0.74% | - |
| XYZ | 24.29 | 17.57 | 2.87 | - |
| YUV | 109.79 | 78.46 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 22 | 0 | 0.54 | 0.88 | 0.26 | 23.49 | 0.79 | 0.41 |
| Hex | BC | 57 | 16 | 0 | 36 | 58 | 1A | 17 | 4F | 29 |
| Octal | 274 | 127 | 26 | 0 | 66 | 130 | 32 | 27 | 117 | 51 |
| Binary | 10111100 | 1010111 | 10110 | 0 | 110110 | 1011000 | 11010 | 10111 | 1001111 | 101001 |
Color Harmonies of #BC5716
Complementary color
Monochromatic Colors of #BC5716
Black with #BC5716
Text Example
Text Example
White with #BC5716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5716; }
p { color: rgb(188,87,22); }
H1.HeaderClassName
{
color: #BC5716;
}
.AnyTagClassName
{
color: #BC5716;
}
</style>
background-color css
<style>
a { background-color: #BC5716; }
a { background-color: rgb(188,87,22); }
div.DivClassName
{
background-color: #BC5716;
}
.BgClassName
{
background-color: #BC5716;
}
</style>
border-color css
<style>
span { border-color: #BC5716; }
span { border-color: rgb(188,87,22); }
td.TdClassName
{
border-color: #BC5716;
}
.TagClassName
{
border-color: #BC5716;
}
</style>