Shades of Rust #C13E10
Tints of Rust #C13E10
RGB
CMYK
RGB Variations
Color information
#C13E10 (or 0xC13E10) is known color: Rust. HEX triplet: C1, 3E and 10. RGB value is (193,62,16). Sum of RGB (Red+Green+Blue) = 193+62+16=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13E10 is #3EC1EF. Grayscale: #606060. Windows color (decimal): -4112880 or 1064641. OLE color: 1064641.
HSL color Cylindrical-coordinate representation of color #C13E10: hue angle of 15.59º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C13E10 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 16 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.24 |
| HSL | 15.59º | 0.85% | 0.41% | - |
| HSV(B) | 15.59º | 0.92% | 0.76% | - |
| XYZ | 23.81 | 14.82 | 2.1 | - |
| YUV | 95.93 | 82.9 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 16 | 0 | 0.68 | 0.92 | 0.24 | 15.59 | 0.85 | 0.41 |
| Hex | C1 | 3E | 10 | 0 | 44 | 5C | 18 | 10 | 55 | 29 |
| Octal | 301 | 76 | 20 | 0 | 104 | 134 | 30 | 20 | 125 | 51 |
| Binary | 11000001 | 111110 | 10000 | 0 | 1000100 | 1011100 | 11000 | 10000 | 1010101 | 101001 |
Color Harmonies of #C13E10
Complementary color
Monochromatic Colors of #C13E10
Black with #C13E10
Text Example
Text Example
White with #C13E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13E10; }
p { color: rgb(193,62,16); }
H1.HeaderClassName
{
color: #C13E10;
}
.AnyTagClassName
{
color: #C13E10;
}
</style>
background-color css
<style>
a { background-color: #C13E10; }
a { background-color: rgb(193,62,16); }
div.DivClassName
{
background-color: #C13E10;
}
.BgClassName
{
background-color: #C13E10;
}
</style>
border-color css
<style>
span { border-color: #C13E10; }
span { border-color: rgb(193,62,16); }
td.TdClassName
{
border-color: #C13E10;
}
.TagClassName
{
border-color: #C13E10;
}
</style>