Shades of Rust #C13D13
Tints of Rust #C13D13
RGB
CMYK
RGB Variations
Color information
#C13D13 (or 0xC13D13) is known color: Rust. HEX triplet: C1, 3D and 13. RGB value is (193,61,19). Sum of RGB (Red+Green+Blue) = 193+61+19=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13D13 is #3EC2EC. Grayscale: #5F5F5F. Windows color (decimal): -4113133 or 1260993. OLE color: 1260993.
HSL color Cylindrical-coordinate representation of color #C13D13: hue angle of 14.48º 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 #C13D13 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 19 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.24 |
| HSL | 14.48º | 0.82% | 0.42% | - |
| HSV(B) | 14.48º | 0.9% | 0.76% | - |
| XYZ | 23.78 | 14.72 | 2.2 | - |
| YUV | 95.68 | 84.73 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 19 | 0 | 0.68 | 0.90 | 0.24 | 14.48 | 0.82 | 0.42 |
| Hex | C1 | 3D | 13 | 0 | 44 | 5A | 18 | E | 52 | 2A |
| Octal | 301 | 75 | 23 | 0 | 104 | 132 | 30 | 16 | 122 | 52 |
| Binary | 11000001 | 111101 | 10011 | 0 | 1000100 | 1011010 | 11000 | 1110 | 1010010 | 101010 |
Color Harmonies of #C13D13
Complementary color
Monochromatic Colors of #C13D13
Black with #C13D13
Text Example
Text Example
White with #C13D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D13; }
p { color: rgb(193,61,19); }
H1.HeaderClassName
{
color: #C13D13;
}
.AnyTagClassName
{
color: #C13D13;
}
</style>
background-color css
<style>
a { background-color: #C13D13; }
a { background-color: rgb(193,61,19); }
div.DivClassName
{
background-color: #C13D13;
}
.BgClassName
{
background-color: #C13D13;
}
</style>
border-color css
<style>
span { border-color: #C13D13; }
span { border-color: rgb(193,61,19); }
td.TdClassName
{
border-color: #C13D13;
}
.TagClassName
{
border-color: #C13D13;
}
</style>