Shades of Rust #AD2F05
Tints of Rust #AD2F05
RGB
CMYK
RGB Variations
Color information
#AD2F05 (or 0xAD2F05) is known color: Rust. HEX triplet: AD, 2F and 05. RGB value is (173,47,5). Sum of RGB (Red+Green+Blue) = 173+47+5=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2F05 is #52D0FA. Grayscale: #505050. Windows color (decimal): -5427451 or 339885. OLE color: 339885.
HSL color Cylindrical-coordinate representation of color #AD2F05: hue angle of 15º 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 #AD2F05 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 47 | 5 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.32 |
| HSL | 15º | 0.94% | 0.35% | - |
| HSV(B) | 15º | 0.97% | 0.68% | - |
| XYZ | 18.28 | 10.93 | 1.29 | - |
| YUV | 79.89 | 85.74 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 5 | 0 | 0.73 | 0.97 | 0.32 | 15 | 0.94 | 0.35 |
| Hex | AD | 2F | 5 | 0 | 49 | 61 | 20 | F | 5E | 23 |
| Octal | 255 | 57 | 5 | 0 | 111 | 141 | 40 | 17 | 136 | 43 |
| Binary | 10101101 | 101111 | 101 | 0 | 1001001 | 1100001 | 100000 | 1111 | 1011110 | 100011 |
Color Harmonies of #AD2F05
Complementary color
Monochromatic Colors of #AD2F05
Black with #AD2F05
Text Example
Text Example
White with #AD2F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2F05; }
p { color: rgb(173,47,5); }
H1.HeaderClassName
{
color: #AD2F05;
}
.AnyTagClassName
{
color: #AD2F05;
}
</style>
background-color css
<style>
a { background-color: #AD2F05; }
a { background-color: rgb(173,47,5); }
div.DivClassName
{
background-color: #AD2F05;
}
.BgClassName
{
background-color: #AD2F05;
}
</style>
border-color css
<style>
span { border-color: #AD2F05; }
span { border-color: rgb(173,47,5); }
td.TdClassName
{
border-color: #AD2F05;
}
.TagClassName
{
border-color: #AD2F05;
}
</style>