Shades of Rust #A64505
Tints of Rust #A64505
RGB
CMYK
RGB Variations
Color information
#A64505 (or 0xA64505) is known color: Rust. HEX triplet: A6, 45 and 05. RGB value is (166,69,5). Sum of RGB (Red+Green+Blue) = 166+69+5=240 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.17% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 166 - color contains mainly: red. Hex color #A64505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64505 is #59BAFA. Grayscale: #5B5B5B. Windows color (decimal): -5880571 or 345510. OLE color: 345510.
HSL color Cylindrical-coordinate representation of color #A64505: hue angle of 23.85º 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 #A64505 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 69 | 5 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.35 |
| HSL | 23.85º | 0.94% | 0.34% | - |
| HSV(B) | 23.85º | 0.97% | 0.65% | - |
| XYZ | 17.88 | 12.37 | 1.59 | - |
| YUV | 90.71 | 79.64 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 5 | 0 | 0.58 | 0.97 | 0.35 | 23.85 | 0.94 | 0.34 |
| Hex | A6 | 45 | 5 | 0 | 3A | 61 | 23 | 18 | 5E | 22 |
| Octal | 246 | 105 | 5 | 0 | 72 | 141 | 43 | 30 | 136 | 42 |
| Binary | 10100110 | 1000101 | 101 | 0 | 111010 | 1100001 | 100011 | 11000 | 1011110 | 100010 |
Color Harmonies of #A64505
Complementary color
Monochromatic Colors of #A64505
Black with #A64505
Text Example
Text Example
White with #A64505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64505; }
p { color: rgb(166,69,5); }
H1.HeaderClassName
{
color: #A64505;
}
.AnyTagClassName
{
color: #A64505;
}
</style>
background-color css
<style>
a { background-color: #A64505; }
a { background-color: rgb(166,69,5); }
div.DivClassName
{
background-color: #A64505;
}
.BgClassName
{
background-color: #A64505;
}
</style>
border-color css
<style>
span { border-color: #A64505; }
span { border-color: rgb(166,69,5); }
td.TdClassName
{
border-color: #A64505;
}
.TagClassName
{
border-color: #A64505;
}
</style>