Shades of Rust #C0410E
Tints of Rust #C0410E
RGB
CMYK
RGB Variations
Color information
#C0410E (or 0xC0410E) is known color: Rust. HEX triplet: C0, 41 and 0E. RGB value is (192,65,14). Sum of RGB (Red+Green+Blue) = 192+65+14=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C0410E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0410E is #3FBEF1. Grayscale: #616161. Windows color (decimal): -4177650 or 934336. OLE color: 934336.
HSL color Cylindrical-coordinate representation of color #C0410E: hue angle of 17.19º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0410E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 14 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.25 |
| HSL | 17.19º | 0.86% | 0.4% | - |
| HSV(B) | 17.19º | 0.93% | 0.75% | - |
| XYZ | 23.71 | 15.02 | 2.06 | - |
| YUV | 97.16 | 81.08 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 14 | 0 | 0.66 | 0.93 | 0.25 | 17.19 | 0.86 | 0.4 |
| Hex | C0 | 41 | E | 0 | 42 | 5D | 19 | 11 | 56 | 28 |
| Octal | 300 | 101 | 16 | 0 | 102 | 135 | 31 | 21 | 126 | 50 |
| Binary | 11000000 | 1000001 | 1110 | 0 | 1000010 | 1011101 | 11001 | 10001 | 1010110 | 101000 |
Color Harmonies of #C0410E
Complementary color
Monochromatic Colors of #C0410E
Black with #C0410E
Text Example
Text Example
White with #C0410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0410E; }
p { color: rgb(192,65,14); }
H1.HeaderClassName
{
color: #C0410E;
}
.AnyTagClassName
{
color: #C0410E;
}
</style>
background-color css
<style>
a { background-color: #C0410E; }
a { background-color: rgb(192,65,14); }
div.DivClassName
{
background-color: #C0410E;
}
.BgClassName
{
background-color: #C0410E;
}
</style>
border-color css
<style>
span { border-color: #C0410E; }
span { border-color: rgb(192,65,14); }
td.TdClassName
{
border-color: #C0410E;
}
.TagClassName
{
border-color: #C0410E;
}
</style>