Shades of Rust #C5460E
Tints of Rust #C5460E
RGB
CMYK
RGB Variations
Color information
#C5460E (or 0xC5460E) is known color: Rust. HEX triplet: C5, 46 and 0E. RGB value is (197,70,14). Sum of RGB (Red+Green+Blue) = 197+70+14=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C5460E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5460E is #3AB9F1. Grayscale: #656565. Windows color (decimal): -3848690 or 935621. OLE color: 935621.
HSL color Cylindrical-coordinate representation of color #C5460E: hue angle of 18.36º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5460E is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 14 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.23 |
| HSL | 18.36º | 0.87% | 0.41% | - |
| HSV(B) | 18.36º | 0.93% | 0.77% | - |
| XYZ | 25.3 | 16.28 | 2.23 | - |
| YUV | 101.59 | 78.58 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 14 | 0 | 0.64 | 0.93 | 0.23 | 18.36 | 0.87 | 0.41 |
| Hex | C5 | 46 | E | 0 | 40 | 5D | 17 | 12 | 57 | 29 |
| Octal | 305 | 106 | 16 | 0 | 100 | 135 | 27 | 22 | 127 | 51 |
| Binary | 11000101 | 1000110 | 1110 | 0 | 1000000 | 1011101 | 10111 | 10010 | 1010111 | 101001 |
Color Harmonies of #C5460E
Complementary color
Monochromatic Colors of #C5460E
Black with #C5460E
Text Example
Text Example
White with #C5460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5460E; }
p { color: rgb(197,70,14); }
H1.HeaderClassName
{
color: #C5460E;
}
.AnyTagClassName
{
color: #C5460E;
}
</style>
background-color css
<style>
a { background-color: #C5460E; }
a { background-color: rgb(197,70,14); }
div.DivClassName
{
background-color: #C5460E;
}
.BgClassName
{
background-color: #C5460E;
}
</style>
border-color css
<style>
span { border-color: #C5460E; }
span { border-color: rgb(197,70,14); }
td.TdClassName
{
border-color: #C5460E;
}
.TagClassName
{
border-color: #C5460E;
}
</style>