Shades of Rust #AD2506
Tints of Rust #AD2506
RGB
CMYK
RGB Variations
Color information
#AD2506 (or 0xAD2506) is known color: Rust. HEX triplet: AD, 25 and 06. RGB value is (173,37,6). Sum of RGB (Red+Green+Blue) = 173+37+6=216 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.09% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2506 is #52DAF9. Grayscale: #4A4A4A. Windows color (decimal): -5430010 or 402861. OLE color: 402861.
HSL color Cylindrical-coordinate representation of color #AD2506: hue angle of 11.14º degrees, saturation: 0.93, 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 #AD2506 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 6 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.32 |
| HSL | 11.14º | 0.93% | 0.35% | - |
| HSV(B) | 11.14º | 0.97% | 0.68% | - |
| XYZ | 17.93 | 10.22 | 1.2 | - |
| YUV | 74.13 | 89.56 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 6 | 0 | 0.79 | 0.97 | 0.32 | 11.14 | 0.93 | 0.35 |
| Hex | AD | 25 | 6 | 0 | 4F | 61 | 20 | B | 5D | 23 |
| Octal | 255 | 45 | 6 | 0 | 117 | 141 | 40 | 13 | 135 | 43 |
| Binary | 10101101 | 100101 | 110 | 0 | 1001111 | 1100001 | 100000 | 1011 | 1011101 | 100011 |
Color Harmonies of #AD2506
Complementary color
Monochromatic Colors of #AD2506
Black with #AD2506
Text Example
Text Example
White with #AD2506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2506; }
p { color: rgb(173,37,6); }
H1.HeaderClassName
{
color: #AD2506;
}
.AnyTagClassName
{
color: #AD2506;
}
</style>
background-color css
<style>
a { background-color: #AD2506; }
a { background-color: rgb(173,37,6); }
div.DivClassName
{
background-color: #AD2506;
}
.BgClassName
{
background-color: #AD2506;
}
</style>
border-color css
<style>
span { border-color: #AD2506; }
span { border-color: rgb(173,37,6); }
td.TdClassName
{
border-color: #AD2506;
}
.TagClassName
{
border-color: #AD2506;
}
</style>