Shades of Rust #A6460D
Tints of Rust #A6460D
RGB
CMYK
RGB Variations
Color information
#A6460D (or 0xA6460D) is known color: Rust. HEX triplet: A6, 46 and 0D. RGB value is (166,70,13). Sum of RGB (Red+Green+Blue) = 166+70+13=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A6460D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6460D is #59B9F2. Grayscale: #5C5C5C. Windows color (decimal): -5880307 or 870054. OLE color: 870054.
HSL color Cylindrical-coordinate representation of color #A6460D: hue angle of 22.35º 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 #A6460D is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 70 | 13 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.35 |
| HSL | 22.35º | 0.85% | 0.35% | - |
| HSV(B) | 22.35º | 0.92% | 0.65% | - |
| XYZ | 17.99 | 12.52 | 1.85 | - |
| YUV | 92.21 | 83.3 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 13 | 0 | 0.58 | 0.92 | 0.35 | 22.35 | 0.85 | 0.35 |
| Hex | A6 | 46 | D | 0 | 3A | 5C | 23 | 16 | 55 | 23 |
| Octal | 246 | 106 | 15 | 0 | 72 | 134 | 43 | 26 | 125 | 43 |
| Binary | 10100110 | 1000110 | 1101 | 0 | 111010 | 1011100 | 100011 | 10110 | 1010101 | 100011 |
Color Harmonies of #A6460D
Complementary color
Monochromatic Colors of #A6460D
Black with #A6460D
Text Example
Text Example
White with #A6460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6460D; }
p { color: rgb(166,70,13); }
H1.HeaderClassName
{
color: #A6460D;
}
.AnyTagClassName
{
color: #A6460D;
}
</style>
background-color css
<style>
a { background-color: #A6460D; }
a { background-color: rgb(166,70,13); }
div.DivClassName
{
background-color: #A6460D;
}
.BgClassName
{
background-color: #A6460D;
}
</style>
border-color css
<style>
span { border-color: #A6460D; }
span { border-color: rgb(166,70,13); }
td.TdClassName
{
border-color: #A6460D;
}
.TagClassName
{
border-color: #A6460D;
}
</style>