Shades of Rust #C15516
Tints of Rust #C15516
RGB
CMYK
RGB Variations
Color information
#C15516 (or 0xC15516) is known color: Rust. HEX triplet: C1, 55 and 16. RGB value is (193,85,22). Sum of RGB (Red+Green+Blue) = 193+85+22=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C15516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15516 is #3EAAE9. Grayscale: #6E6E6E. Windows color (decimal): -4106986 or 1463745. OLE color: 1463745.
HSL color Cylindrical-coordinate representation of color #C15516: hue angle of 22.11º 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 #C15516 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 22 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.24 |
| HSL | 22.11º | 0.8% | 0.42% | - |
| HSV(B) | 22.11º | 0.89% | 0.76% | - |
| XYZ | 25.39 | 17.89 | 2.87 | - |
| YUV | 110.11 | 78.28 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 22 | 0 | 0.56 | 0.89 | 0.24 | 22.11 | 0.8 | 0.42 |
| Hex | C1 | 55 | 16 | 0 | 38 | 59 | 18 | 16 | 50 | 2A |
| Octal | 301 | 125 | 26 | 0 | 70 | 131 | 30 | 26 | 120 | 52 |
| Binary | 11000001 | 1010101 | 10110 | 0 | 111000 | 1011001 | 11000 | 10110 | 1010000 | 101010 |
Color Harmonies of #C15516
Complementary color
Monochromatic Colors of #C15516
Black with #C15516
Text Example
Text Example
White with #C15516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15516; }
p { color: rgb(193,85,22); }
H1.HeaderClassName
{
color: #C15516;
}
.AnyTagClassName
{
color: #C15516;
}
</style>
background-color css
<style>
a { background-color: #C15516; }
a { background-color: rgb(193,85,22); }
div.DivClassName
{
background-color: #C15516;
}
.BgClassName
{
background-color: #C15516;
}
</style>
border-color css
<style>
span { border-color: #C15516; }
span { border-color: rgb(193,85,22); }
td.TdClassName
{
border-color: #C15516;
}
.TagClassName
{
border-color: #C15516;
}
</style>