Shades of Rust #A64711
Tints of Rust #A64711
RGB
CMYK
RGB Variations
Color information
#A64711 (or 0xA64711) is known color: Rust. HEX triplet: A6, 47 and 11. RGB value is (166,71,17). Sum of RGB (Red+Green+Blue) = 166+71+17=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A64711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64711 is #59B8EE. Grayscale: #5D5D5D. Windows color (decimal): -5880047 or 1132454. OLE color: 1132454.
HSL color Cylindrical-coordinate representation of color #A64711: hue angle of 21.74º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A64711 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 17 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.35 |
| HSL | 21.74º | 0.81% | 0.36% | - |
| HSV(B) | 21.74º | 0.9% | 0.65% | - |
| XYZ | 18.08 | 12.65 | 2.02 | - |
| YUV | 93.25 | 84.97 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 17 | 0 | 0.57 | 0.90 | 0.35 | 21.74 | 0.81 | 0.36 |
| Hex | A6 | 47 | 11 | 0 | 39 | 5A | 23 | 16 | 51 | 24 |
| Octal | 246 | 107 | 21 | 0 | 71 | 132 | 43 | 26 | 121 | 44 |
| Binary | 10100110 | 1000111 | 10001 | 0 | 111001 | 1011010 | 100011 | 10110 | 1010001 | 100100 |
Color Harmonies of #A64711
Complementary color
Monochromatic Colors of #A64711
Black with #A64711
Text Example
Text Example
White with #A64711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64711; }
p { color: rgb(166,71,17); }
H1.HeaderClassName
{
color: #A64711;
}
.AnyTagClassName
{
color: #A64711;
}
</style>
background-color css
<style>
a { background-color: #A64711; }
a { background-color: rgb(166,71,17); }
div.DivClassName
{
background-color: #A64711;
}
.BgClassName
{
background-color: #A64711;
}
</style>
border-color css
<style>
span { border-color: #A64711; }
span { border-color: rgb(166,71,17); }
td.TdClassName
{
border-color: #A64711;
}
.TagClassName
{
border-color: #A64711;
}
</style>