Shades of Rust #AD4007
Tints of Rust #AD4007
RGB
CMYK
RGB Variations
Color information
#AD4007 (or 0xAD4007) is known color: Rust. HEX triplet: AD, 40 and 07. RGB value is (173,64,7). Sum of RGB (Red+Green+Blue) = 173+64+7=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4007 is #52BFF8. Grayscale: #5A5A5A. Windows color (decimal): -5423097 or 475309. OLE color: 475309.
HSL color Cylindrical-coordinate representation of color #AD4007: hue angle of 20.6º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD4007 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 7 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.32 |
| HSL | 20.6º | 0.92% | 0.35% | - |
| HSV(B) | 20.6º | 0.96% | 0.68% | - |
| XYZ | 19.11 | 12.57 | 1.62 | - |
| YUV | 90.09 | 81.11 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 7 | 0 | 0.63 | 0.96 | 0.32 | 20.6 | 0.92 | 0.35 |
| Hex | AD | 40 | 7 | 0 | 3F | 60 | 20 | 15 | 5C | 23 |
| Octal | 255 | 100 | 7 | 0 | 77 | 140 | 40 | 25 | 134 | 43 |
| Binary | 10101101 | 1000000 | 111 | 0 | 111111 | 1100000 | 100000 | 10101 | 1011100 | 100011 |
Color Harmonies of #AD4007
Complementary color
Monochromatic Colors of #AD4007
Black with #AD4007
Text Example
Text Example
White with #AD4007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4007; }
p { color: rgb(173,64,7); }
H1.HeaderClassName
{
color: #AD4007;
}
.AnyTagClassName
{
color: #AD4007;
}
</style>
background-color css
<style>
a { background-color: #AD4007; }
a { background-color: rgb(173,64,7); }
div.DivClassName
{
background-color: #AD4007;
}
.BgClassName
{
background-color: #AD4007;
}
</style>
border-color css
<style>
span { border-color: #AD4007; }
span { border-color: rgb(173,64,7); }
td.TdClassName
{
border-color: #AD4007;
}
.TagClassName
{
border-color: #AD4007;
}
</style>