Shades of Rust #C15216
Tints of Rust #C15216
RGB
CMYK
RGB Variations
Color information
#C15216 (or 0xC15216) is known color: Rust. HEX triplet: C1, 52 and 16. RGB value is (193,82,22). Sum of RGB (Red+Green+Blue) = 193+82+22=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C15216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15216 is #3EADE9. Grayscale: #6C6C6C. Windows color (decimal): -4107754 or 1462977. OLE color: 1462977.
HSL color Cylindrical-coordinate representation of color #C15216: hue angle of 21.05º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C15216 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 22 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.24 |
| HSL | 21.05º | 0.8% | 0.42% | - |
| HSV(B) | 21.05º | 0.89% | 0.76% | - |
| XYZ | 25.15 | 17.43 | 2.8 | - |
| YUV | 108.35 | 79.27 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 22 | 0 | 0.58 | 0.89 | 0.24 | 21.05 | 0.8 | 0.42 |
| Hex | C1 | 52 | 16 | 0 | 3A | 59 | 18 | 15 | 50 | 2A |
| Octal | 301 | 122 | 26 | 0 | 72 | 131 | 30 | 25 | 120 | 52 |
| Binary | 11000001 | 1010010 | 10110 | 0 | 111010 | 1011001 | 11000 | 10101 | 1010000 | 101010 |
Color Harmonies of #C15216
Complementary color
Monochromatic Colors of #C15216
Black with #C15216
Text Example
Text Example
White with #C15216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15216; }
p { color: rgb(193,82,22); }
H1.HeaderClassName
{
color: #C15216;
}
.AnyTagClassName
{
color: #C15216;
}
</style>
background-color css
<style>
a { background-color: #C15216; }
a { background-color: rgb(193,82,22); }
div.DivClassName
{
background-color: #C15216;
}
.BgClassName
{
background-color: #C15216;
}
</style>
border-color css
<style>
span { border-color: #C15216; }
span { border-color: rgb(193,82,22); }
td.TdClassName
{
border-color: #C15216;
}
.TagClassName
{
border-color: #C15216;
}
</style>