Shades of Rust #C15211
Tints of Rust #C15211
RGB
CMYK
RGB Variations
Color information
#C15211 (or 0xC15211) is known color: Rust. HEX triplet: C1, 52 and 11. RGB value is (193,82,17). Sum of RGB (Red+Green+Blue) = 193+82+17=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C15211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15211 is #3EADEE. Grayscale: #6C6C6C. Windows color (decimal): -4107759 or 1135297. OLE color: 1135297.
HSL color Cylindrical-coordinate representation of color #C15211: hue angle of 22.16º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C15211 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 17 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.24 |
| HSL | 22.16º | 0.84% | 0.41% | - |
| HSV(B) | 22.16º | 0.91% | 0.76% | - |
| XYZ | 25.11 | 17.41 | 2.57 | - |
| YUV | 107.78 | 76.77 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 17 | 0 | 0.58 | 0.91 | 0.24 | 22.16 | 0.84 | 0.41 |
| Hex | C1 | 52 | 11 | 0 | 3A | 5B | 18 | 16 | 54 | 29 |
| Octal | 301 | 122 | 21 | 0 | 72 | 133 | 30 | 26 | 124 | 51 |
| Binary | 11000001 | 1010010 | 10001 | 0 | 111010 | 1011011 | 11000 | 10110 | 1010100 | 101001 |
Color Harmonies of #C15211
Complementary color
Monochromatic Colors of #C15211
Black with #C15211
Text Example
Text Example
White with #C15211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15211; }
p { color: rgb(193,82,17); }
H1.HeaderClassName
{
color: #C15211;
}
.AnyTagClassName
{
color: #C15211;
}
</style>
background-color css
<style>
a { background-color: #C15211; }
a { background-color: rgb(193,82,17); }
div.DivClassName
{
background-color: #C15211;
}
.BgClassName
{
background-color: #C15211;
}
</style>
border-color css
<style>
span { border-color: #C15211; }
span { border-color: rgb(193,82,17); }
td.TdClassName
{
border-color: #C15211;
}
.TagClassName
{
border-color: #C15211;
}
</style>