Shades of Rust #AD461D
Tints of Rust #AD461D
RGB
CMYK
RGB Variations
Color information
#AD461D (or 0xAD461D) is known color: Rust. HEX triplet: AD, 46 and 1D. RGB value is (173,70,29). Sum of RGB (Red+Green+Blue) = 173+70+29=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD461D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD461D is #52B9E2. Grayscale: #606060. Windows color (decimal): -5421539 or 1918637. OLE color: 1918637.
HSL color Cylindrical-coordinate representation of color #AD461D: hue angle of 17.08º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD461D is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 70 | 29 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.32 |
| HSL | 17.08º | 0.71% | 0.4% | - |
| HSV(B) | 17.08º | 0.83% | 0.68% | - |
| XYZ | 19.65 | 13.35 | 2.7 | - |
| YUV | 96.12 | 90.12 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 29 | 0 | 0.60 | 0.83 | 0.32 | 17.08 | 0.71 | 0.4 |
| Hex | AD | 46 | 1D | 0 | 3C | 53 | 20 | 11 | 47 | 28 |
| Octal | 255 | 106 | 35 | 0 | 74 | 123 | 40 | 21 | 107 | 50 |
| Binary | 10101101 | 1000110 | 11101 | 0 | 111100 | 1010011 | 100000 | 10001 | 1000111 | 101000 |
Color Harmonies of #AD461D
Complementary color
Monochromatic Colors of #AD461D
Black with #AD461D
Text Example
Text Example
White with #AD461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD461D; }
p { color: rgb(173,70,29); }
H1.HeaderClassName
{
color: #AD461D;
}
.AnyTagClassName
{
color: #AD461D;
}
</style>
background-color css
<style>
a { background-color: #AD461D; }
a { background-color: rgb(173,70,29); }
div.DivClassName
{
background-color: #AD461D;
}
.BgClassName
{
background-color: #AD461D;
}
</style>
border-color css
<style>
span { border-color: #AD461D; }
span { border-color: rgb(173,70,29); }
td.TdClassName
{
border-color: #AD461D;
}
.TagClassName
{
border-color: #AD461D;
}
</style>