Shades of Rust #C15616
Tints of Rust #C15616
RGB
CMYK
RGB Variations
Color information
#C15616 (or 0xC15616) is known color: Rust. HEX triplet: C1, 56 and 16. RGB value is (193,86,22). Sum of RGB (Red+Green+Blue) = 193+86+22=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C15616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15616 is #3EA9E9. Grayscale: #6F6F6F. Windows color (decimal): -4106730 or 1464001. OLE color: 1464001.
HSL color Cylindrical-coordinate representation of color #C15616: hue angle of 22.46º 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 #C15616 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 22 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.24 |
| HSL | 22.46º | 0.8% | 0.42% | - |
| HSV(B) | 22.46º | 0.89% | 0.76% | - |
| XYZ | 25.46 | 18.05 | 2.9 | - |
| YUV | 110.7 | 77.95 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 22 | 0 | 0.55 | 0.89 | 0.24 | 22.46 | 0.8 | 0.42 |
| Hex | C1 | 56 | 16 | 0 | 37 | 59 | 18 | 16 | 50 | 2A |
| Octal | 301 | 126 | 26 | 0 | 67 | 131 | 30 | 26 | 120 | 52 |
| Binary | 11000001 | 1010110 | 10110 | 0 | 110111 | 1011001 | 11000 | 10110 | 1010000 | 101010 |
Color Harmonies of #C15616
Complementary color
Monochromatic Colors of #C15616
Black with #C15616
Text Example
Text Example
White with #C15616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15616; }
p { color: rgb(193,86,22); }
H1.HeaderClassName
{
color: #C15616;
}
.AnyTagClassName
{
color: #C15616;
}
</style>
background-color css
<style>
a { background-color: #C15616; }
a { background-color: rgb(193,86,22); }
div.DivClassName
{
background-color: #C15616;
}
.BgClassName
{
background-color: #C15616;
}
</style>
border-color css
<style>
span { border-color: #C15616; }
span { border-color: rgb(193,86,22); }
td.TdClassName
{
border-color: #C15616;
}
.TagClassName
{
border-color: #C15616;
}
</style>