Shades of Rust #A3460D
Tints of Rust #A3460D
RGB
CMYK
RGB Variations
Color information
#A3460D (or 0xA3460D) is known color: Rust. HEX triplet: A3, 46 and 0D. RGB value is (163,70,13). Sum of RGB (Red+Green+Blue) = 163+70+13=246 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.26% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 163 - color contains mainly: red. Hex color #A3460D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3460D is #5CB9F2. Grayscale: #5B5B5B. Windows color (decimal): -6076915 or 870051. OLE color: 870051.
HSL color Cylindrical-coordinate representation of color #A3460D: hue angle of 22.8º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3460D is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 70 | 13 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.36 |
| HSL | 22.8º | 0.85% | 0.35% | - |
| HSV(B) | 22.8º | 0.92% | 0.64% | - |
| XYZ | 17.37 | 12.2 | 1.82 | - |
| YUV | 91.31 | 83.81 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 13 | 0 | 0.57 | 0.92 | 0.36 | 22.8 | 0.85 | 0.35 |
| Hex | A3 | 46 | D | 0 | 39 | 5C | 24 | 17 | 55 | 23 |
| Octal | 243 | 106 | 15 | 0 | 71 | 134 | 44 | 27 | 125 | 43 |
| Binary | 10100011 | 1000110 | 1101 | 0 | 111001 | 1011100 | 100100 | 10111 | 1010101 | 100011 |
Color Harmonies of #A3460D
Complementary color
Monochromatic Colors of #A3460D
Black with #A3460D
Text Example
Text Example
White with #A3460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3460D; }
p { color: rgb(163,70,13); }
H1.HeaderClassName
{
color: #A3460D;
}
.AnyTagClassName
{
color: #A3460D;
}
</style>
background-color css
<style>
a { background-color: #A3460D; }
a { background-color: rgb(163,70,13); }
div.DivClassName
{
background-color: #A3460D;
}
.BgClassName
{
background-color: #A3460D;
}
</style>
border-color css
<style>
span { border-color: #A3460D; }
span { border-color: rgb(163,70,13); }
td.TdClassName
{
border-color: #A3460D;
}
.TagClassName
{
border-color: #A3460D;
}
</style>