Shades of Rust #AD2705
Tints of Rust #AD2705
RGB
CMYK
RGB Variations
Color information
#AD2705 (or 0xAD2705) is known color: Rust. HEX triplet: AD, 27 and 05. RGB value is (173,39,5). Sum of RGB (Red+Green+Blue) = 173+39+5=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2705 is #52D8FA. Grayscale: #4B4B4B. Windows color (decimal): -5429499 or 337837. OLE color: 337837.
HSL color Cylindrical-coordinate representation of color #AD2705: hue angle of 12.14º 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 #AD2705 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 5 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.32 |
| HSL | 12.14º | 0.94% | 0.35% | - |
| HSV(B) | 12.14º | 0.97% | 0.68% | - |
| XYZ | 17.99 | 10.35 | 1.19 | - |
| YUV | 75.19 | 88.39 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 5 | 0 | 0.77 | 0.97 | 0.32 | 12.14 | 0.94 | 0.35 |
| Hex | AD | 27 | 5 | 0 | 4D | 61 | 20 | C | 5E | 23 |
| Octal | 255 | 47 | 5 | 0 | 115 | 141 | 40 | 14 | 136 | 43 |
| Binary | 10101101 | 100111 | 101 | 0 | 1001101 | 1100001 | 100000 | 1100 | 1011110 | 100011 |
Color Harmonies of #AD2705
Complementary color
Monochromatic Colors of #AD2705
Black with #AD2705
Text Example
Text Example
White with #AD2705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2705; }
p { color: rgb(173,39,5); }
H1.HeaderClassName
{
color: #AD2705;
}
.AnyTagClassName
{
color: #AD2705;
}
</style>
background-color css
<style>
a { background-color: #AD2705; }
a { background-color: rgb(173,39,5); }
div.DivClassName
{
background-color: #AD2705;
}
.BgClassName
{
background-color: #AD2705;
}
</style>
border-color css
<style>
span { border-color: #AD2705; }
span { border-color: rgb(173,39,5); }
td.TdClassName
{
border-color: #AD2705;
}
.TagClassName
{
border-color: #AD2705;
}
</style>