Shades of Rust #C05110
Tints of Rust #C05110
RGB
CMYK
RGB Variations
Color information
#C05110 (or 0xC05110) is known color: Rust. HEX triplet: C0, 51 and 10. RGB value is (192,81,16). Sum of RGB (Red+Green+Blue) = 192+81+16=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C05110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05110 is #3FAEEF. Grayscale: #6B6B6B. Windows color (decimal): -4173552 or 1069504. OLE color: 1069504.
HSL color Cylindrical-coordinate representation of color #C05110: hue angle of 22.16º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C05110 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 16 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.25 |
| HSL | 22.16º | 0.85% | 0.41% | - |
| HSV(B) | 22.16º | 0.92% | 0.75% | - |
| XYZ | 24.77 | 17.13 | 2.49 | - |
| YUV | 106.78 | 76.77 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 16 | 0 | 0.58 | 0.92 | 0.25 | 22.16 | 0.85 | 0.41 |
| Hex | C0 | 51 | 10 | 0 | 3A | 5C | 19 | 16 | 55 | 29 |
| Octal | 300 | 121 | 20 | 0 | 72 | 134 | 31 | 26 | 125 | 51 |
| Binary | 11000000 | 1010001 | 10000 | 0 | 111010 | 1011100 | 11001 | 10110 | 1010101 | 101001 |
Color Harmonies of #C05110
Complementary color
Monochromatic Colors of #C05110
Black with #C05110
Text Example
Text Example
White with #C05110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05110; }
p { color: rgb(192,81,16); }
H1.HeaderClassName
{
color: #C05110;
}
.AnyTagClassName
{
color: #C05110;
}
</style>
background-color css
<style>
a { background-color: #C05110; }
a { background-color: rgb(192,81,16); }
div.DivClassName
{
background-color: #C05110;
}
.BgClassName
{
background-color: #C05110;
}
</style>
border-color css
<style>
span { border-color: #C05110; }
span { border-color: rgb(192,81,16); }
td.TdClassName
{
border-color: #C05110;
}
.TagClassName
{
border-color: #C05110;
}
</style>