Shades of Rust #C14110
Tints of Rust #C14110
RGB
CMYK
RGB Variations
Color information
#C14110 (or 0xC14110) is known color: Rust. HEX triplet: C1, 41 and 10. RGB value is (193,65,16). Sum of RGB (Red+Green+Blue) = 193+65+16=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C14110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14110 is #3EBEEF. Grayscale: #626262. Windows color (decimal): -4112112 or 1065409. OLE color: 1065409.
HSL color Cylindrical-coordinate representation of color #C14110: hue angle of 16.61º 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 #C14110 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 16 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.24 |
| HSL | 16.61º | 0.85% | 0.41% | - |
| HSV(B) | 16.61º | 0.92% | 0.76% | - |
| XYZ | 23.98 | 15.16 | 2.15 | - |
| YUV | 97.69 | 81.91 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 16 | 0 | 0.66 | 0.92 | 0.24 | 16.61 | 0.85 | 0.41 |
| Hex | C1 | 41 | 10 | 0 | 42 | 5C | 18 | 11 | 55 | 29 |
| Octal | 301 | 101 | 20 | 0 | 102 | 134 | 30 | 21 | 125 | 51 |
| Binary | 11000001 | 1000001 | 10000 | 0 | 1000010 | 1011100 | 11000 | 10001 | 1010101 | 101001 |
Color Harmonies of #C14110
Complementary color
Monochromatic Colors of #C14110
Black with #C14110
Text Example
Text Example
White with #C14110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14110; }
p { color: rgb(193,65,16); }
H1.HeaderClassName
{
color: #C14110;
}
.AnyTagClassName
{
color: #C14110;
}
</style>
background-color css
<style>
a { background-color: #C14110; }
a { background-color: rgb(193,65,16); }
div.DivClassName
{
background-color: #C14110;
}
.BgClassName
{
background-color: #C14110;
}
</style>
border-color css
<style>
span { border-color: #C14110; }
span { border-color: rgb(193,65,16); }
td.TdClassName
{
border-color: #C14110;
}
.TagClassName
{
border-color: #C14110;
}
</style>