Shades of Rust #BC5816
Tints of Rust #BC5816
RGB
CMYK
RGB Variations
Color information
#BC5816 (or 0xBC5816) is known color: Rust. HEX triplet: BC, 58 and 16. RGB value is (188,88,22). Sum of RGB (Red+Green+Blue) = 188+88+22=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5816 is #43A7E9. Grayscale: #6E6E6E. Windows color (decimal): -4433898 or 1464508. OLE color: 1464508.
HSL color Cylindrical-coordinate representation of color #BC5816: hue angle of 23.86º 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 #BC5816 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 22 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.26 |
| HSL | 23.86º | 0.79% | 0.41% | - |
| HSV(B) | 23.86º | 0.88% | 0.74% | - |
| XYZ | 24.37 | 17.73 | 2.9 | - |
| YUV | 110.38 | 78.13 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 22 | 0 | 0.53 | 0.88 | 0.26 | 23.86 | 0.79 | 0.41 |
| Hex | BC | 58 | 16 | 0 | 35 | 58 | 1A | 18 | 4F | 29 |
| Octal | 274 | 130 | 26 | 0 | 65 | 130 | 32 | 30 | 117 | 51 |
| Binary | 10111100 | 1011000 | 10110 | 0 | 110101 | 1011000 | 11010 | 11000 | 1001111 | 101001 |
Color Harmonies of #BC5816
Complementary color
Monochromatic Colors of #BC5816
Black with #BC5816
Text Example
Text Example
White with #BC5816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5816; }
p { color: rgb(188,88,22); }
H1.HeaderClassName
{
color: #BC5816;
}
.AnyTagClassName
{
color: #BC5816;
}
</style>
background-color css
<style>
a { background-color: #BC5816; }
a { background-color: rgb(188,88,22); }
div.DivClassName
{
background-color: #BC5816;
}
.BgClassName
{
background-color: #BC5816;
}
</style>
border-color css
<style>
span { border-color: #BC5816; }
span { border-color: rgb(188,88,22); }
td.TdClassName
{
border-color: #BC5816;
}
.TagClassName
{
border-color: #BC5816;
}
</style>