Shades of Rust #C15210
Tints of Rust #C15210
RGB
CMYK
RGB Variations
Color information
#C15210 (or 0xC15210) is known color: Rust. HEX triplet: C1, 52 and 10. RGB value is (193,82,16). Sum of RGB (Red+Green+Blue) = 193+82+16=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C15210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15210 is #3EADEF. Grayscale: #6C6C6C. Windows color (decimal): -4107760 or 1069761. OLE color: 1069761.
HSL color Cylindrical-coordinate representation of color #C15210: hue angle of 22.37º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C15210 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 16 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.24 |
| HSL | 22.37º | 0.85% | 0.41% | - |
| HSV(B) | 22.37º | 0.92% | 0.76% | - |
| XYZ | 25.1 | 17.41 | 2.53 | - |
| YUV | 107.67 | 76.27 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 16 | 0 | 0.58 | 0.92 | 0.24 | 22.37 | 0.85 | 0.41 |
| Hex | C1 | 52 | 10 | 0 | 3A | 5C | 18 | 16 | 55 | 29 |
| Octal | 301 | 122 | 20 | 0 | 72 | 134 | 30 | 26 | 125 | 51 |
| Binary | 11000001 | 1010010 | 10000 | 0 | 111010 | 1011100 | 11000 | 10110 | 1010101 | 101001 |
Color Harmonies of #C15210
Complementary color
Monochromatic Colors of #C15210
Black with #C15210
Text Example
Text Example
White with #C15210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15210; }
p { color: rgb(193,82,16); }
H1.HeaderClassName
{
color: #C15210;
}
.AnyTagClassName
{
color: #C15210;
}
</style>
background-color css
<style>
a { background-color: #C15210; }
a { background-color: rgb(193,82,16); }
div.DivClassName
{
background-color: #C15210;
}
.BgClassName
{
background-color: #C15210;
}
</style>
border-color css
<style>
span { border-color: #C15210; }
span { border-color: rgb(193,82,16); }
td.TdClassName
{
border-color: #C15210;
}
.TagClassName
{
border-color: #C15210;
}
</style>