Shades of Rust #A5460D
Tints of Rust #A5460D
RGB
CMYK
RGB Variations
Color information
#A5460D (or 0xA5460D) is known color: Rust. HEX triplet: A5, 46 and 0D. RGB value is (165,70,13). Sum of RGB (Red+Green+Blue) = 165+70+13=248 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.53% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 165 - color contains mainly: red. Hex color #A5460D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5460D is #5AB9F2. Grayscale: #5C5C5C. Windows color (decimal): -5945843 or 870053. OLE color: 870053.
HSL color Cylindrical-coordinate representation of color #A5460D: hue angle of 22.5º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5460D is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 70 | 13 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.35 |
| HSL | 22.5º | 0.85% | 0.35% | - |
| HSV(B) | 22.5º | 0.92% | 0.65% | - |
| XYZ | 17.78 | 12.41 | 1.84 | - |
| YUV | 91.91 | 83.47 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 70 | 13 | 0 | 0.58 | 0.92 | 0.35 | 22.5 | 0.85 | 0.35 |
| Hex | A5 | 46 | D | 0 | 3A | 5C | 23 | 16 | 55 | 23 |
| Octal | 245 | 106 | 15 | 0 | 72 | 134 | 43 | 26 | 125 | 43 |
| Binary | 10100101 | 1000110 | 1101 | 0 | 111010 | 1011100 | 100011 | 10110 | 1010101 | 100011 |
Color Harmonies of #A5460D
Complementary color
Monochromatic Colors of #A5460D
Black with #A5460D
Text Example
Text Example
White with #A5460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5460D; }
p { color: rgb(165,70,13); }
H1.HeaderClassName
{
color: #A5460D;
}
.AnyTagClassName
{
color: #A5460D;
}
</style>
background-color css
<style>
a { background-color: #A5460D; }
a { background-color: rgb(165,70,13); }
div.DivClassName
{
background-color: #A5460D;
}
.BgClassName
{
background-color: #A5460D;
}
</style>
border-color css
<style>
span { border-color: #A5460D; }
span { border-color: rgb(165,70,13); }
td.TdClassName
{
border-color: #A5460D;
}
.TagClassName
{
border-color: #A5460D;
}
</style>