Shades of Rust #A34611
Tints of Rust #A34611
RGB
CMYK
RGB Variations
Color information
#A34611 (or 0xA34611) is known color: Rust. HEX triplet: A3, 46 and 11. RGB value is (163,70,17). Sum of RGB (Red+Green+Blue) = 163+70+17=250 (33% of max value = 765). Red value is 163 (64.06% from 255 or 65.2% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 163 - color contains mainly: red. Hex color #A34611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34611 is #5CB9EE. Grayscale: #5C5C5C. Windows color (decimal): -6076911 or 1132195. OLE color: 1132195.
HSL color Cylindrical-coordinate representation of color #A34611: hue angle of 21.78º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A34611 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 70 | 17 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.36 |
| HSL | 21.78º | 0.81% | 0.35% | - |
| HSV(B) | 21.78º | 0.9% | 0.64% | - |
| XYZ | 17.4 | 12.21 | 1.97 | - |
| YUV | 91.77 | 85.81 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 17 | 0 | 0.57 | 0.90 | 0.36 | 21.78 | 0.81 | 0.35 |
| Hex | A3 | 46 | 11 | 0 | 39 | 5A | 24 | 16 | 51 | 23 |
| Octal | 243 | 106 | 21 | 0 | 71 | 132 | 44 | 26 | 121 | 43 |
| Binary | 10100011 | 1000110 | 10001 | 0 | 111001 | 1011010 | 100100 | 10110 | 1010001 | 100011 |
Color Harmonies of #A34611
Complementary color
Monochromatic Colors of #A34611
Black with #A34611
Text Example
Text Example
White with #A34611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34611; }
p { color: rgb(163,70,17); }
H1.HeaderClassName
{
color: #A34611;
}
.AnyTagClassName
{
color: #A34611;
}
</style>
background-color css
<style>
a { background-color: #A34611; }
a { background-color: rgb(163,70,17); }
div.DivClassName
{
background-color: #A34611;
}
.BgClassName
{
background-color: #A34611;
}
</style>
border-color css
<style>
span { border-color: #A34611; }
span { border-color: rgb(163,70,17); }
td.TdClassName
{
border-color: #A34611;
}
.TagClassName
{
border-color: #A34611;
}
</style>