Shades of Rust #A3460E
Tints of Rust #A3460E
RGB
CMYK
RGB Variations
Color information
#A3460E (or 0xA3460E) is known color: Rust. HEX triplet: A3, 46 and 0E. RGB value is (163,70,14). Sum of RGB (Red+Green+Blue) = 163+70+14=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A3460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3460E is #5CB9F1. Grayscale: #5B5B5B. Windows color (decimal): -6076914 or 935587. OLE color: 935587.
HSL color Cylindrical-coordinate representation of color #A3460E: hue angle of 22.55º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3460E is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 70 | 14 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.36 |
| HSL | 22.55º | 0.84% | 0.35% | - |
| HSV(B) | 22.55º | 0.91% | 0.64% | - |
| XYZ | 17.37 | 12.2 | 1.85 | - |
| YUV | 91.42 | 84.31 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 14 | 0 | 0.57 | 0.91 | 0.36 | 22.55 | 0.84 | 0.35 |
| Hex | A3 | 46 | E | 0 | 39 | 5B | 24 | 17 | 54 | 23 |
| Octal | 243 | 106 | 16 | 0 | 71 | 133 | 44 | 27 | 124 | 43 |
| Binary | 10100011 | 1000110 | 1110 | 0 | 111001 | 1011011 | 100100 | 10111 | 1010100 | 100011 |
Color Harmonies of #A3460E
Complementary color
Monochromatic Colors of #A3460E
Black with #A3460E
Text Example
Text Example
White with #A3460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3460E; }
p { color: rgb(163,70,14); }
H1.HeaderClassName
{
color: #A3460E;
}
.AnyTagClassName
{
color: #A3460E;
}
</style>
background-color css
<style>
a { background-color: #A3460E; }
a { background-color: rgb(163,70,14); }
div.DivClassName
{
background-color: #A3460E;
}
.BgClassName
{
background-color: #A3460E;
}
</style>
border-color css
<style>
span { border-color: #A3460E; }
span { border-color: rgb(163,70,14); }
td.TdClassName
{
border-color: #A3460E;
}
.TagClassName
{
border-color: #A3460E;
}
</style>