Shades of Rust #AD2A05
Tints of Rust #AD2A05
RGB
CMYK
RGB Variations
Color information
#AD2A05 (or 0xAD2A05) is known color: Rust. HEX triplet: AD, 2A and 05. RGB value is (173,42,5). Sum of RGB (Red+Green+Blue) = 173+42+5=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2A05 is #52D5FA. Grayscale: #4D4D4D. Windows color (decimal): -5428731 or 338605. OLE color: 338605.
HSL color Cylindrical-coordinate representation of color #AD2A05: hue angle of 13.21º 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 #AD2A05 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 5 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.32 |
| HSL | 13.21º | 0.94% | 0.35% | - |
| HSV(B) | 13.21º | 0.97% | 0.68% | - |
| XYZ | 18.09 | 10.55 | 1.23 | - |
| YUV | 76.95 | 87.4 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 5 | 0 | 0.76 | 0.97 | 0.32 | 13.21 | 0.94 | 0.35 |
| Hex | AD | 2A | 5 | 0 | 4C | 61 | 20 | D | 5E | 23 |
| Octal | 255 | 52 | 5 | 0 | 114 | 141 | 40 | 15 | 136 | 43 |
| Binary | 10101101 | 101010 | 101 | 0 | 1001100 | 1100001 | 100000 | 1101 | 1011110 | 100011 |
Color Harmonies of #AD2A05
Complementary color
Monochromatic Colors of #AD2A05
Black with #AD2A05
Text Example
Text Example
White with #AD2A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A05; }
p { color: rgb(173,42,5); }
H1.HeaderClassName
{
color: #AD2A05;
}
.AnyTagClassName
{
color: #AD2A05;
}
</style>
background-color css
<style>
a { background-color: #AD2A05; }
a { background-color: rgb(173,42,5); }
div.DivClassName
{
background-color: #AD2A05;
}
.BgClassName
{
background-color: #AD2A05;
}
</style>
border-color css
<style>
span { border-color: #AD2A05; }
span { border-color: rgb(173,42,5); }
td.TdClassName
{
border-color: #AD2A05;
}
.TagClassName
{
border-color: #AD2A05;
}
</style>