Shades of Rust #A93505
Tints of Rust #A93505
RGB
CMYK
RGB Variations
Color information
#A93505 (or 0xA93505) is known color: Rust. HEX triplet: A9, 35 and 05. RGB value is (169,53,5). Sum of RGB (Red+Green+Blue) = 169+53+5=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A93505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93505 is #56CAFA. Grayscale: #525252. Windows color (decimal): -5688059 or 341417. OLE color: 341417.
HSL color Cylindrical-coordinate representation of color #A93505: hue angle of 17.56º 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 #A93505 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 53 | 5 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.34 |
| HSL | 17.56º | 0.94% | 0.34% | - |
| HSV(B) | 17.56º | 0.97% | 0.66% | - |
| XYZ | 17.66 | 10.99 | 1.33 | - |
| YUV | 82.21 | 84.43 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 53 | 5 | 0 | 0.69 | 0.97 | 0.34 | 17.56 | 0.94 | 0.34 |
| Hex | A9 | 35 | 5 | 0 | 45 | 61 | 22 | 12 | 5E | 22 |
| Octal | 251 | 65 | 5 | 0 | 105 | 141 | 42 | 22 | 136 | 42 |
| Binary | 10101001 | 110101 | 101 | 0 | 1000101 | 1100001 | 100010 | 10010 | 1011110 | 100010 |
Color Harmonies of #A93505
Complementary color
Monochromatic Colors of #A93505
Black with #A93505
Text Example
Text Example
White with #A93505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93505; }
p { color: rgb(169,53,5); }
H1.HeaderClassName
{
color: #A93505;
}
.AnyTagClassName
{
color: #A93505;
}
</style>
background-color css
<style>
a { background-color: #A93505; }
a { background-color: rgb(169,53,5); }
div.DivClassName
{
background-color: #A93505;
}
.BgClassName
{
background-color: #A93505;
}
</style>
border-color css
<style>
span { border-color: #A93505; }
span { border-color: rgb(169,53,5); }
td.TdClassName
{
border-color: #A93505;
}
.TagClassName
{
border-color: #A93505;
}
</style>