Shades of Rust #A64005
Tints of Rust #A64005
RGB
CMYK
RGB Variations
Color information
#A64005 (or 0xA64005) is known color: Rust. HEX triplet: A6, 40 and 05. RGB value is (166,64,5). Sum of RGB (Red+Green+Blue) = 166+64+5=235 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.64% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 166 - color contains mainly: red. Hex color #A64005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64005 is #59BFFA. Grayscale: #585858. Windows color (decimal): -5881851 or 344230. OLE color: 344230.
HSL color Cylindrical-coordinate representation of color #A64005: hue angle of 21.99º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A64005 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 5 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.35 |
| HSL | 21.99º | 0.94% | 0.34% | - |
| HSV(B) | 21.99º | 0.97% | 0.65% | - |
| XYZ | 17.59 | 11.78 | 1.49 | - |
| YUV | 87.77 | 81.29 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 5 | 0 | 0.61 | 0.97 | 0.35 | 21.99 | 0.94 | 0.34 |
| Hex | A6 | 40 | 5 | 0 | 3D | 61 | 23 | 16 | 5E | 22 |
| Octal | 246 | 100 | 5 | 0 | 75 | 141 | 43 | 26 | 136 | 42 |
| Binary | 10100110 | 1000000 | 101 | 0 | 111101 | 1100001 | 100011 | 10110 | 1011110 | 100010 |
Color Harmonies of #A64005
Complementary color
Monochromatic Colors of #A64005
Black with #A64005
Text Example
Text Example
White with #A64005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64005; }
p { color: rgb(166,64,5); }
H1.HeaderClassName
{
color: #A64005;
}
.AnyTagClassName
{
color: #A64005;
}
</style>
background-color css
<style>
a { background-color: #A64005; }
a { background-color: rgb(166,64,5); }
div.DivClassName
{
background-color: #A64005;
}
.BgClassName
{
background-color: #A64005;
}
</style>
border-color css
<style>
span { border-color: #A64005; }
span { border-color: rgb(166,64,5); }
td.TdClassName
{
border-color: #A64005;
}
.TagClassName
{
border-color: #A64005;
}
</style>