Shades of Rust #C05210
Tints of Rust #C05210
RGB
CMYK
RGB Variations
Color information
#C05210 (or 0xC05210) is known color: Rust. HEX triplet: C0, 52 and 10. RGB value is (192,82,16). Sum of RGB (Red+Green+Blue) = 192+82+16=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C05210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05210 is #3FADEF. Grayscale: #6B6B6B. Windows color (decimal): -4173296 or 1069760. OLE color: 1069760.
HSL color Cylindrical-coordinate representation of color #C05210: hue angle of 22.5º 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 #C05210 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 16 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.25 |
| HSL | 22.5º | 0.85% | 0.41% | - |
| HSV(B) | 22.5º | 0.92% | 0.75% | - |
| XYZ | 24.85 | 17.28 | 2.52 | - |
| YUV | 107.37 | 76.44 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 16 | 0 | 0.57 | 0.92 | 0.25 | 22.5 | 0.85 | 0.41 |
| Hex | C0 | 52 | 10 | 0 | 39 | 5C | 19 | 16 | 55 | 29 |
| Octal | 300 | 122 | 20 | 0 | 71 | 134 | 31 | 26 | 125 | 51 |
| Binary | 11000000 | 1010010 | 10000 | 0 | 111001 | 1011100 | 11001 | 10110 | 1010101 | 101001 |
Color Harmonies of #C05210
Complementary color
Monochromatic Colors of #C05210
Black with #C05210
Text Example
Text Example
White with #C05210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05210; }
p { color: rgb(192,82,16); }
H1.HeaderClassName
{
color: #C05210;
}
.AnyTagClassName
{
color: #C05210;
}
</style>
background-color css
<style>
a { background-color: #C05210; }
a { background-color: rgb(192,82,16); }
div.DivClassName
{
background-color: #C05210;
}
.BgClassName
{
background-color: #C05210;
}
</style>
border-color css
<style>
span { border-color: #C05210; }
span { border-color: rgb(192,82,16); }
td.TdClassName
{
border-color: #C05210;
}
.TagClassName
{
border-color: #C05210;
}
</style>