Shades of Rust #C14010
Tints of Rust #C14010
RGB
CMYK
RGB Variations
Color information
#C14010 (or 0xC14010) is known color: Rust. HEX triplet: C1, 40 and 10. RGB value is (193,64,16). Sum of RGB (Red+Green+Blue) = 193+64+16=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C14010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14010 is #3EBFEF. Grayscale: #616161. Windows color (decimal): -4112368 or 1065153. OLE color: 1065153.
HSL color Cylindrical-coordinate representation of color #C14010: hue angle of 16.27º 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 #C14010 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 16 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.24 |
| HSL | 16.27º | 0.85% | 0.41% | - |
| HSV(B) | 16.27º | 0.92% | 0.76% | - |
| XYZ | 23.92 | 15.04 | 2.13 | - |
| YUV | 97.1 | 82.24 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 16 | 0 | 0.67 | 0.92 | 0.24 | 16.27 | 0.85 | 0.41 |
| Hex | C1 | 40 | 10 | 0 | 43 | 5C | 18 | 10 | 55 | 29 |
| Octal | 301 | 100 | 20 | 0 | 103 | 134 | 30 | 20 | 125 | 51 |
| Binary | 11000001 | 1000000 | 10000 | 0 | 1000011 | 1011100 | 11000 | 10000 | 1010101 | 101001 |
Color Harmonies of #C14010
Complementary color
Monochromatic Colors of #C14010
Black with #C14010
Text Example
Text Example
White with #C14010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14010; }
p { color: rgb(193,64,16); }
H1.HeaderClassName
{
color: #C14010;
}
.AnyTagClassName
{
color: #C14010;
}
</style>
background-color css
<style>
a { background-color: #C14010; }
a { background-color: rgb(193,64,16); }
div.DivClassName
{
background-color: #C14010;
}
.BgClassName
{
background-color: #C14010;
}
</style>
border-color css
<style>
span { border-color: #C14010; }
span { border-color: rgb(193,64,16); }
td.TdClassName
{
border-color: #C14010;
}
.TagClassName
{
border-color: #C14010;
}
</style>