Shades of Rust #A64405
Tints of Rust #A64405
RGB
CMYK
RGB Variations
Color information
#A64405 (or 0xA64405) is known color: Rust. HEX triplet: A6, 44 and 05. RGB value is (166,68,5). Sum of RGB (Red+Green+Blue) = 166+68+5=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A64405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64405 is #59BBFA. Grayscale: #5A5A5A. Windows color (decimal): -5880827 or 345254. OLE color: 345254.
HSL color Cylindrical-coordinate representation of color #A64405: hue angle of 23.48º 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 #A64405 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 5 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.35 |
| HSL | 23.48º | 0.94% | 0.34% | - |
| HSV(B) | 23.48º | 0.97% | 0.65% | - |
| XYZ | 17.82 | 12.25 | 1.57 | - |
| YUV | 90.12 | 79.97 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 5 | 0 | 0.59 | 0.97 | 0.35 | 23.48 | 0.94 | 0.34 |
| Hex | A6 | 44 | 5 | 0 | 3B | 61 | 23 | 17 | 5E | 22 |
| Octal | 246 | 104 | 5 | 0 | 73 | 141 | 43 | 27 | 136 | 42 |
| Binary | 10100110 | 1000100 | 101 | 0 | 111011 | 1100001 | 100011 | 10111 | 1011110 | 100010 |
Color Harmonies of #A64405
Complementary color
Monochromatic Colors of #A64405
Black with #A64405
Text Example
Text Example
White with #A64405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64405; }
p { color: rgb(166,68,5); }
H1.HeaderClassName
{
color: #A64405;
}
.AnyTagClassName
{
color: #A64405;
}
</style>
background-color css
<style>
a { background-color: #A64405; }
a { background-color: rgb(166,68,5); }
div.DivClassName
{
background-color: #A64405;
}
.BgClassName
{
background-color: #A64405;
}
</style>
border-color css
<style>
span { border-color: #A64405; }
span { border-color: rgb(166,68,5); }
td.TdClassName
{
border-color: #A64405;
}
.TagClassName
{
border-color: #A64405;
}
</style>