Shades of Rust #C13C0E
Tints of Rust #C13C0E
RGB
CMYK
RGB Variations
Color information
#C13C0E (or 0xC13C0E) is known color: Rust. HEX triplet: C1, 3C and 0E. RGB value is (193,60,14). Sum of RGB (Red+Green+Blue) = 193+60+14=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13C0E is #3EC3F1. Grayscale: #5E5E5E. Windows color (decimal): -4113394 or 933057. OLE color: 933057.
HSL color Cylindrical-coordinate representation of color #C13C0E: hue angle of 15.42º 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 #C13C0E is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 60 | 14 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.24 |
| HSL | 15.42º | 0.86% | 0.41% | - |
| HSV(B) | 15.42º | 0.93% | 0.76% | - |
| XYZ | 23.69 | 14.6 | 1.99 | - |
| YUV | 94.52 | 82.56 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 14 | 0 | 0.69 | 0.93 | 0.24 | 15.42 | 0.86 | 0.41 |
| Hex | C1 | 3C | E | 0 | 45 | 5D | 18 | F | 56 | 29 |
| Octal | 301 | 74 | 16 | 0 | 105 | 135 | 30 | 17 | 126 | 51 |
| Binary | 11000001 | 111100 | 1110 | 0 | 1000101 | 1011101 | 11000 | 1111 | 1010110 | 101001 |
Color Harmonies of #C13C0E
Complementary color
Monochromatic Colors of #C13C0E
Black with #C13C0E
Text Example
Text Example
White with #C13C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13C0E; }
p { color: rgb(193,60,14); }
H1.HeaderClassName
{
color: #C13C0E;
}
.AnyTagClassName
{
color: #C13C0E;
}
</style>
background-color css
<style>
a { background-color: #C13C0E; }
a { background-color: rgb(193,60,14); }
div.DivClassName
{
background-color: #C13C0E;
}
.BgClassName
{
background-color: #C13C0E;
}
</style>
border-color css
<style>
span { border-color: #C13C0E; }
span { border-color: rgb(193,60,14); }
td.TdClassName
{
border-color: #C13C0E;
}
.TagClassName
{
border-color: #C13C0E;
}
</style>