Shades of Rust #C4460E
Tints of Rust #C4460E
RGB
CMYK
RGB Variations
Color information
#C4460E (or 0xC4460E) is known color: Rust. HEX triplet: C4, 46 and 0E. RGB value is (196,70,14). Sum of RGB (Red+Green+Blue) = 196+70+14=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C4460E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4460E is #3BB9F1. Grayscale: #656565. Windows color (decimal): -3914226 or 935620. OLE color: 935620.
HSL color Cylindrical-coordinate representation of color #C4460E: hue angle of 18.46º 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 #C4460E is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 14 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.23 |
| HSL | 18.46º | 0.87% | 0.41% | - |
| HSV(B) | 18.46º | 0.93% | 0.77% | - |
| XYZ | 25.03 | 16.15 | 2.21 | - |
| YUV | 101.29 | 78.74 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 14 | 0 | 0.64 | 0.93 | 0.23 | 18.46 | 0.87 | 0.41 |
| Hex | C4 | 46 | E | 0 | 40 | 5D | 17 | 12 | 57 | 29 |
| Octal | 304 | 106 | 16 | 0 | 100 | 135 | 27 | 22 | 127 | 51 |
| Binary | 11000100 | 1000110 | 1110 | 0 | 1000000 | 1011101 | 10111 | 10010 | 1010111 | 101001 |
Color Harmonies of #C4460E
Complementary color
Monochromatic Colors of #C4460E
Black with #C4460E
Text Example
Text Example
White with #C4460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4460E; }
p { color: rgb(196,70,14); }
H1.HeaderClassName
{
color: #C4460E;
}
.AnyTagClassName
{
color: #C4460E;
}
</style>
background-color css
<style>
a { background-color: #C4460E; }
a { background-color: rgb(196,70,14); }
div.DivClassName
{
background-color: #C4460E;
}
.BgClassName
{
background-color: #C4460E;
}
</style>
border-color css
<style>
span { border-color: #C4460E; }
span { border-color: rgb(196,70,14); }
td.TdClassName
{
border-color: #C4460E;
}
.TagClassName
{
border-color: #C4460E;
}
</style>