Shades of Rust #C05616
Tints of Rust #C05616
RGB
CMYK
RGB Variations
Color information
#C05616 (or 0xC05616) is known color: Rust. HEX triplet: C0, 56 and 16. RGB value is (192,86,22). Sum of RGB (Red+Green+Blue) = 192+86+22=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C05616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05616 is #3FA9E9. Grayscale: #6E6E6E. Windows color (decimal): -4172266 or 1464000. OLE color: 1464000.
HSL color Cylindrical-coordinate representation of color #C05616: hue angle of 22.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C05616 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 22 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.25 |
| HSL | 22.59º | 0.79% | 0.42% | - |
| HSV(B) | 22.59º | 0.89% | 0.75% | - |
| XYZ | 25.21 | 17.92 | 2.89 | - |
| YUV | 110.4 | 78.12 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 22 | 0 | 0.55 | 0.89 | 0.25 | 22.59 | 0.79 | 0.42 |
| Hex | C0 | 56 | 16 | 0 | 37 | 59 | 19 | 17 | 4F | 2A |
| Octal | 300 | 126 | 26 | 0 | 67 | 131 | 31 | 27 | 117 | 52 |
| Binary | 11000000 | 1010110 | 10110 | 0 | 110111 | 1011001 | 11001 | 10111 | 1001111 | 101010 |
Color Harmonies of #C05616
Complementary color
Monochromatic Colors of #C05616
Black with #C05616
Text Example
Text Example
White with #C05616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05616; }
p { color: rgb(192,86,22); }
H1.HeaderClassName
{
color: #C05616;
}
.AnyTagClassName
{
color: #C05616;
}
</style>
background-color css
<style>
a { background-color: #C05616; }
a { background-color: rgb(192,86,22); }
div.DivClassName
{
background-color: #C05616;
}
.BgClassName
{
background-color: #C05616;
}
</style>
border-color css
<style>
span { border-color: #C05616; }
span { border-color: rgb(192,86,22); }
td.TdClassName
{
border-color: #C05616;
}
.TagClassName
{
border-color: #C05616;
}
</style>