Shades of Rust #C15113
Tints of Rust #C15113
RGB
CMYK
RGB Variations
Color information
#C15113 (or 0xC15113) is known color: Rust. HEX triplet: C1, 51 and 13. RGB value is (193,81,19). Sum of RGB (Red+Green+Blue) = 193+81+19=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C15113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15113 is #3EAEEC. Grayscale: #6B6B6B. Windows color (decimal): -4108013 or 1266113. OLE color: 1266113.
HSL color Cylindrical-coordinate representation of color #C15113: hue angle of 21.38º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C15113 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 19 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.24 |
| HSL | 21.38º | 0.82% | 0.42% | - |
| HSV(B) | 21.38º | 0.9% | 0.76% | - |
| XYZ | 25.05 | 17.27 | 2.63 | - |
| YUV | 107.42 | 78.11 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 19 | 0 | 0.58 | 0.90 | 0.24 | 21.38 | 0.82 | 0.42 |
| Hex | C1 | 51 | 13 | 0 | 3A | 5A | 18 | 15 | 52 | 2A |
| Octal | 301 | 121 | 23 | 0 | 72 | 132 | 30 | 25 | 122 | 52 |
| Binary | 11000001 | 1010001 | 10011 | 0 | 111010 | 1011010 | 11000 | 10101 | 1010010 | 101010 |
Color Harmonies of #C15113
Complementary color
Monochromatic Colors of #C15113
Black with #C15113
Text Example
Text Example
White with #C15113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15113; }
p { color: rgb(193,81,19); }
H1.HeaderClassName
{
color: #C15113;
}
.AnyTagClassName
{
color: #C15113;
}
</style>
background-color css
<style>
a { background-color: #C15113; }
a { background-color: rgb(193,81,19); }
div.DivClassName
{
background-color: #C15113;
}
.BgClassName
{
background-color: #C15113;
}
</style>
border-color css
<style>
span { border-color: #C15113; }
span { border-color: rgb(193,81,19); }
td.TdClassName
{
border-color: #C15113;
}
.TagClassName
{
border-color: #C15113;
}
</style>