Shades of Rust #C9460E
Tints of Rust #C9460E
RGB
CMYK
RGB Variations
Color information
#C9460E (or 0xC9460E) is known color: Rust. HEX triplet: C9, 46 and 0E. RGB value is (201,70,14). Sum of RGB (Red+Green+Blue) = 201+70+14=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C9460E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9460E is #36B9F1. Grayscale: #676767. Windows color (decimal): -3586546 or 935625. OLE color: 935625.
HSL color Cylindrical-coordinate representation of color #C9460E: hue angle of 17.97º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9460E is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 14 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.21 |
| HSL | 17.97º | 0.87% | 0.42% | - |
| HSV(B) | 17.97º | 0.93% | 0.79% | - |
| XYZ | 26.36 | 16.83 | 2.27 | - |
| YUV | 102.79 | 77.9 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 14 | 0 | 0.65 | 0.93 | 0.21 | 17.97 | 0.87 | 0.42 |
| Hex | C9 | 46 | E | 0 | 41 | 5D | 15 | 12 | 57 | 2A |
| Octal | 311 | 106 | 16 | 0 | 101 | 135 | 25 | 22 | 127 | 52 |
| Binary | 11001001 | 1000110 | 1110 | 0 | 1000001 | 1011101 | 10101 | 10010 | 1010111 | 101010 |
Color Harmonies of #C9460E
Complementary color
Monochromatic Colors of #C9460E
Black with #C9460E
Text Example
Text Example
White with #C9460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9460E; }
p { color: rgb(201,70,14); }
H1.HeaderClassName
{
color: #C9460E;
}
.AnyTagClassName
{
color: #C9460E;
}
</style>
background-color css
<style>
a { background-color: #C9460E; }
a { background-color: rgb(201,70,14); }
div.DivClassName
{
background-color: #C9460E;
}
.BgClassName
{
background-color: #C9460E;
}
</style>
border-color css
<style>
span { border-color: #C9460E; }
span { border-color: rgb(201,70,14); }
td.TdClassName
{
border-color: #C9460E;
}
.TagClassName
{
border-color: #C9460E;
}
</style>