Shades of Rust #AD4505
Tints of Rust #AD4505
RGB
CMYK
RGB Variations
Color information
#AD4505 (or 0xAD4505) is known color: Rust. HEX triplet: AD, 45 and 05. RGB value is (173,69,5). Sum of RGB (Red+Green+Blue) = 173+69+5=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4505 is #52BAFA. Grayscale: #5D5D5D. Windows color (decimal): -5421819 or 345517. OLE color: 345517.
HSL color Cylindrical-coordinate representation of color #AD4505: hue angle of 22.86º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD4505 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 5 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.32 |
| HSL | 22.86º | 0.94% | 0.35% | - |
| HSV(B) | 22.86º | 0.97% | 0.68% | - |
| XYZ | 19.39 | 13.15 | 1.66 | - |
| YUV | 92.8 | 78.46 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 5 | 0 | 0.60 | 0.97 | 0.32 | 22.86 | 0.94 | 0.35 |
| Hex | AD | 45 | 5 | 0 | 3C | 61 | 20 | 17 | 5E | 23 |
| Octal | 255 | 105 | 5 | 0 | 74 | 141 | 40 | 27 | 136 | 43 |
| Binary | 10101101 | 1000101 | 101 | 0 | 111100 | 1100001 | 100000 | 10111 | 1011110 | 100011 |
Color Harmonies of #AD4505
Complementary color
Monochromatic Colors of #AD4505
Black with #AD4505
Text Example
Text Example
White with #AD4505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4505; }
p { color: rgb(173,69,5); }
H1.HeaderClassName
{
color: #AD4505;
}
.AnyTagClassName
{
color: #AD4505;
}
</style>
background-color css
<style>
a { background-color: #AD4505; }
a { background-color: rgb(173,69,5); }
div.DivClassName
{
background-color: #AD4505;
}
.BgClassName
{
background-color: #AD4505;
}
</style>
border-color css
<style>
span { border-color: #AD4505; }
span { border-color: rgb(173,69,5); }
td.TdClassName
{
border-color: #AD4505;
}
.TagClassName
{
border-color: #AD4505;
}
</style>