Shades of Rust #C13D0E
Tints of Rust #C13D0E
RGB
CMYK
RGB Variations
Color information
#C13D0E (or 0xC13D0E) is known color: Rust. HEX triplet: C1, 3D and 0E. RGB value is (193,61,14). Sum of RGB (Red+Green+Blue) = 193+61+14=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13D0E is #3EC2F1. Grayscale: #5F5F5F. Windows color (decimal): -4113138 or 933313. OLE color: 933313.
HSL color Cylindrical-coordinate representation of color #C13D0E: hue angle of 15.75º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C13D0E is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 14 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.24 |
| HSL | 15.75º | 0.86% | 0.41% | - |
| HSV(B) | 15.75º | 0.93% | 0.76% | - |
| XYZ | 23.74 | 14.71 | 2 | - |
| YUV | 95.11 | 82.23 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 14 | 0 | 0.68 | 0.93 | 0.24 | 15.75 | 0.86 | 0.41 |
| Hex | C1 | 3D | E | 0 | 44 | 5D | 18 | 10 | 56 | 29 |
| Octal | 301 | 75 | 16 | 0 | 104 | 135 | 30 | 20 | 126 | 51 |
| Binary | 11000001 | 111101 | 1110 | 0 | 1000100 | 1011101 | 11000 | 10000 | 1010110 | 101001 |
Color Harmonies of #C13D0E
Complementary color
Monochromatic Colors of #C13D0E
Black with #C13D0E
Text Example
Text Example
White with #C13D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D0E; }
p { color: rgb(193,61,14); }
H1.HeaderClassName
{
color: #C13D0E;
}
.AnyTagClassName
{
color: #C13D0E;
}
</style>
background-color css
<style>
a { background-color: #C13D0E; }
a { background-color: rgb(193,61,14); }
div.DivClassName
{
background-color: #C13D0E;
}
.BgClassName
{
background-color: #C13D0E;
}
</style>
border-color css
<style>
span { border-color: #C13D0E; }
span { border-color: rgb(193,61,14); }
td.TdClassName
{
border-color: #C13D0E;
}
.TagClassName
{
border-color: #C13D0E;
}
</style>