Shades of Rust #A3460A
Tints of Rust #A3460A
RGB
CMYK
RGB Variations
Color information
#A3460A (or 0xA3460A) is known color: Rust. HEX triplet: A3, 46 and 0A. RGB value is (163,70,10). Sum of RGB (Red+Green+Blue) = 163+70+10=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A3460A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3460A is #5CB9F5. Grayscale: #5B5B5B. Windows color (decimal): -6076918 or 673443. OLE color: 673443.
HSL color Cylindrical-coordinate representation of color #A3460A: hue angle of 23.53º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3460A is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 70 | 10 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.36 |
| HSL | 23.53º | 0.88% | 0.34% | - |
| HSV(B) | 23.53º | 0.94% | 0.64% | - |
| XYZ | 17.35 | 12.19 | 1.73 | - |
| YUV | 90.97 | 82.31 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 10 | 0 | 0.57 | 0.94 | 0.36 | 23.53 | 0.88 | 0.34 |
| Hex | A3 | 46 | A | 0 | 39 | 5E | 24 | 18 | 58 | 22 |
| Octal | 243 | 106 | 12 | 0 | 71 | 136 | 44 | 30 | 130 | 42 |
| Binary | 10100011 | 1000110 | 1010 | 0 | 111001 | 1011110 | 100100 | 11000 | 1011000 | 100010 |
Color Harmonies of #A3460A
Complementary color
Monochromatic Colors of #A3460A
Black with #A3460A
Text Example
Text Example
White with #A3460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3460A; }
p { color: rgb(163,70,10); }
H1.HeaderClassName
{
color: #A3460A;
}
.AnyTagClassName
{
color: #A3460A;
}
</style>
background-color css
<style>
a { background-color: #A3460A; }
a { background-color: rgb(163,70,10); }
div.DivClassName
{
background-color: #A3460A;
}
.BgClassName
{
background-color: #A3460A;
}
</style>
border-color css
<style>
span { border-color: #A3460A; }
span { border-color: rgb(163,70,10); }
td.TdClassName
{
border-color: #A3460A;
}
.TagClassName
{
border-color: #A3460A;
}
</style>