Shades of Rust #C5460D
Tints of Rust #C5460D
RGB
CMYK
RGB Variations
Color information
#C5460D (or 0xC5460D) is known color: Rust. HEX triplet: C5, 46 and 0D. RGB value is (197,70,13). Sum of RGB (Red+Green+Blue) = 197+70+13=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C5460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5460D is #3AB9F2. Grayscale: #656565. Windows color (decimal): -3848691 or 870085. OLE color: 870085.
HSL color Cylindrical-coordinate representation of color #C5460D: hue angle of 18.59º degrees, saturation: 0.88, 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 #C5460D is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 13 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.23 |
| HSL | 18.59º | 0.88% | 0.41% | - |
| HSV(B) | 18.59º | 0.93% | 0.77% | - |
| XYZ | 25.29 | 16.28 | 2.19 | - |
| YUV | 101.48 | 78.08 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 13 | 0 | 0.64 | 0.93 | 0.23 | 18.59 | 0.88 | 0.41 |
| Hex | C5 | 46 | D | 0 | 40 | 5D | 17 | 13 | 58 | 29 |
| Octal | 305 | 106 | 15 | 0 | 100 | 135 | 27 | 23 | 130 | 51 |
| Binary | 11000101 | 1000110 | 1101 | 0 | 1000000 | 1011101 | 10111 | 10011 | 1011000 | 101001 |
Color Harmonies of #C5460D
Complementary color
Monochromatic Colors of #C5460D
Black with #C5460D
Text Example
Text Example
White with #C5460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5460D; }
p { color: rgb(197,70,13); }
H1.HeaderClassName
{
color: #C5460D;
}
.AnyTagClassName
{
color: #C5460D;
}
</style>
background-color css
<style>
a { background-color: #C5460D; }
a { background-color: rgb(197,70,13); }
div.DivClassName
{
background-color: #C5460D;
}
.BgClassName
{
background-color: #C5460D;
}
</style>
border-color css
<style>
span { border-color: #C5460D; }
span { border-color: rgb(197,70,13); }
td.TdClassName
{
border-color: #C5460D;
}
.TagClassName
{
border-color: #C5460D;
}
</style>