Shades of Rust #C5460A
Tints of Rust #C5460A
RGB
CMYK
RGB Variations
Color information
#C5460A (or 0xC5460A) is known color: Rust. HEX triplet: C5, 46 and 0A. RGB value is (197,70,10). Sum of RGB (Red+Green+Blue) = 197+70+10=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C5460A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5460A is #3AB9F5. Grayscale: #656565. Windows color (decimal): -3848694 or 673477. OLE color: 673477.
HSL color Cylindrical-coordinate representation of color #C5460A: hue angle of 19.25º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5460A is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 10 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.23 |
| HSL | 19.25º | 0.9% | 0.41% | - |
| HSV(B) | 19.25º | 0.95% | 0.77% | - |
| XYZ | 25.27 | 16.27 | 2.1 | - |
| YUV | 101.13 | 76.58 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 10 | 0 | 0.64 | 0.95 | 0.23 | 19.25 | 0.9 | 0.41 |
| Hex | C5 | 46 | A | 0 | 40 | 5F | 17 | 13 | 5A | 29 |
| Octal | 305 | 106 | 12 | 0 | 100 | 137 | 27 | 23 | 132 | 51 |
| Binary | 11000101 | 1000110 | 1010 | 0 | 1000000 | 1011111 | 10111 | 10011 | 1011010 | 101001 |
Color Harmonies of #C5460A
Complementary color
Monochromatic Colors of #C5460A
Black with #C5460A
Text Example
Text Example
White with #C5460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5460A; }
p { color: rgb(197,70,10); }
H1.HeaderClassName
{
color: #C5460A;
}
.AnyTagClassName
{
color: #C5460A;
}
</style>
background-color css
<style>
a { background-color: #C5460A; }
a { background-color: rgb(197,70,10); }
div.DivClassName
{
background-color: #C5460A;
}
.BgClassName
{
background-color: #C5460A;
}
</style>
border-color css
<style>
span { border-color: #C5460A; }
span { border-color: rgb(197,70,10); }
td.TdClassName
{
border-color: #C5460A;
}
.TagClassName
{
border-color: #C5460A;
}
</style>