Shades of Rust #AD4411
Tints of Rust #AD4411
RGB
CMYK
RGB Variations
Color information
#AD4411 (or 0xAD4411) is known color: Rust. HEX triplet: AD, 44 and 11. RGB value is (173,68,17). Sum of RGB (Red+Green+Blue) = 173+68+17=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4411 is #52BBEE. Grayscale: #5D5D5D. Windows color (decimal): -5422063 or 1131693. OLE color: 1131693.
HSL color Cylindrical-coordinate representation of color #AD4411: hue angle of 19.62º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD4411 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 17 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.32 |
| HSL | 19.62º | 0.82% | 0.37% | - |
| HSV(B) | 19.62º | 0.9% | 0.68% | - |
| XYZ | 19.4 | 13.06 | 2.03 | - |
| YUV | 93.58 | 84.79 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 17 | 0 | 0.61 | 0.90 | 0.32 | 19.62 | 0.82 | 0.37 |
| Hex | AD | 44 | 11 | 0 | 3D | 5A | 20 | 14 | 52 | 25 |
| Octal | 255 | 104 | 21 | 0 | 75 | 132 | 40 | 24 | 122 | 45 |
| Binary | 10101101 | 1000100 | 10001 | 0 | 111101 | 1011010 | 100000 | 10100 | 1010010 | 100101 |
Color Harmonies of #AD4411
Complementary color
Monochromatic Colors of #AD4411
Black with #AD4411
Text Example
Text Example
White with #AD4411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4411; }
p { color: rgb(173,68,17); }
H1.HeaderClassName
{
color: #AD4411;
}
.AnyTagClassName
{
color: #AD4411;
}
</style>
background-color css
<style>
a { background-color: #AD4411; }
a { background-color: rgb(173,68,17); }
div.DivClassName
{
background-color: #AD4411;
}
.BgClassName
{
background-color: #AD4411;
}
</style>
border-color css
<style>
span { border-color: #AD4411; }
span { border-color: rgb(173,68,17); }
td.TdClassName
{
border-color: #AD4411;
}
.TagClassName
{
border-color: #AD4411;
}
</style>