Shades of Rust #AD4813
Tints of Rust #AD4813
RGB
CMYK
RGB Variations
Color information
#AD4813 (or 0xAD4813) is known color: Rust. HEX triplet: AD, 48 and 13. RGB value is (173,72,19). Sum of RGB (Red+Green+Blue) = 173+72+19=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4813 is #52B7EC. Grayscale: #606060. Windows color (decimal): -5421037 or 1263789. OLE color: 1263789.
HSL color Cylindrical-coordinate representation of color #AD4813: hue angle of 20.65º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD4813 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 72 | 19 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.32 |
| HSL | 20.65º | 0.8% | 0.38% | - |
| HSV(B) | 20.65º | 0.89% | 0.68% | - |
| XYZ | 19.67 | 13.57 | 2.2 | - |
| YUV | 96.16 | 84.46 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 19 | 0 | 0.58 | 0.89 | 0.32 | 20.65 | 0.8 | 0.38 |
| Hex | AD | 48 | 13 | 0 | 3A | 59 | 20 | 15 | 50 | 26 |
| Octal | 255 | 110 | 23 | 0 | 72 | 131 | 40 | 25 | 120 | 46 |
| Binary | 10101101 | 1001000 | 10011 | 0 | 111010 | 1011001 | 100000 | 10101 | 1010000 | 100110 |
Color Harmonies of #AD4813
Complementary color
Monochromatic Colors of #AD4813
Black with #AD4813
Text Example
Text Example
White with #AD4813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4813; }
p { color: rgb(173,72,19); }
H1.HeaderClassName
{
color: #AD4813;
}
.AnyTagClassName
{
color: #AD4813;
}
</style>
background-color css
<style>
a { background-color: #AD4813; }
a { background-color: rgb(173,72,19); }
div.DivClassName
{
background-color: #AD4813;
}
.BgClassName
{
background-color: #AD4813;
}
</style>
border-color css
<style>
span { border-color: #AD4813; }
span { border-color: rgb(173,72,19); }
td.TdClassName
{
border-color: #AD4813;
}
.TagClassName
{
border-color: #AD4813;
}
</style>