Shades of Rust #A92705
Tints of Rust #A92705
RGB
CMYK
RGB Variations
Color information
#A92705 (or 0xA92705) is known color: Rust. HEX triplet: A9, 27 and 05. RGB value is (169,39,5). Sum of RGB (Red+Green+Blue) = 169+39+5=213 (28% of max value = 765). Red value is 169 (66.41% from 255 or 79.34% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 169 - color contains mainly: red. Hex color #A92705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92705 is #56D8FA. Grayscale: #4A4A4A. Windows color (decimal): -5691643 or 337833. OLE color: 337833.
HSL color Cylindrical-coordinate representation of color #A92705: hue angle of 12.44º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A92705 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 39 | 5 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.34 |
| HSL | 12.44º | 0.94% | 0.34% | - |
| HSV(B) | 12.44º | 0.97% | 0.66% | - |
| XYZ | 17.12 | 9.9 | 1.15 | - |
| YUV | 73.99 | 89.07 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 39 | 5 | 0 | 0.77 | 0.97 | 0.34 | 12.44 | 0.94 | 0.34 |
| Hex | A9 | 27 | 5 | 0 | 4D | 61 | 22 | C | 5E | 22 |
| Octal | 251 | 47 | 5 | 0 | 115 | 141 | 42 | 14 | 136 | 42 |
| Binary | 10101001 | 100111 | 101 | 0 | 1001101 | 1100001 | 100010 | 1100 | 1011110 | 100010 |
Color Harmonies of #A92705
Complementary color
Monochromatic Colors of #A92705
Black with #A92705
Text Example
Text Example
White with #A92705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92705; }
p { color: rgb(169,39,5); }
H1.HeaderClassName
{
color: #A92705;
}
.AnyTagClassName
{
color: #A92705;
}
</style>
background-color css
<style>
a { background-color: #A92705; }
a { background-color: rgb(169,39,5); }
div.DivClassName
{
background-color: #A92705;
}
.BgClassName
{
background-color: #A92705;
}
</style>
border-color css
<style>
span { border-color: #A92705; }
span { border-color: rgb(169,39,5); }
td.TdClassName
{
border-color: #A92705;
}
.TagClassName
{
border-color: #A92705;
}
</style>