Shades of Rust #AD4800
Tints of Rust #AD4800
RGB
CMYK
RGB Variations
Color information
#AD4800 (or 0xAD4800) is known color: Rust. HEX triplet: AD, 48 and 00. RGB value is (173,72,0). Sum of RGB (Red+Green+Blue) = 173+72+0=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4800 is #52B7FF. Grayscale: #5E5E5E. Windows color (decimal): -5421056 or 18605. OLE color: 18605.
HSL color Cylindrical-coordinate representation of color #AD4800: hue angle of 24.97º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD4800 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 72 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.32 |
| HSL | 24.97º | 1% | 0.34% | - |
| HSV(B) | 24.97º | 1% | 0.68% | - |
| XYZ | 19.55 | 13.52 | 1.58 | - |
| YUV | 93.99 | 74.96 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 0 | 0 | 0.58 | 1 | 0.32 | 24.97 | 1 | 0.34 |
| Hex | AD | 48 | 0 | 0 | 3A | 64 | 20 | 19 | 64 | 22 |
| Octal | 255 | 110 | 0 | 0 | 72 | 144 | 40 | 31 | 144 | 42 |
| Binary | 10101101 | 1001000 | 0 | 0 | 111010 | 1100100 | 100000 | 11001 | 1100100 | 100010 |
Color Harmonies of #AD4800
Complementary color
Monochromatic Colors of #AD4800
Black with #AD4800
Text Example
Text Example
White with #AD4800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4800; }
p { color: rgb(173,72,0); }
H1.HeaderClassName
{
color: #AD4800;
}
.AnyTagClassName
{
color: #AD4800;
}
</style>
background-color css
<style>
a { background-color: #AD4800; }
a { background-color: rgb(173,72,0); }
div.DivClassName
{
background-color: #AD4800;
}
.BgClassName
{
background-color: #AD4800;
}
</style>
border-color css
<style>
span { border-color: #AD4800; }
span { border-color: rgb(173,72,0); }
td.TdClassName
{
border-color: #AD4800;
}
.TagClassName
{
border-color: #AD4800;
}
</style>