Shades of Rust #AD4B11
Tints of Rust #AD4B11
RGB
CMYK
RGB Variations
Color information
#AD4B11 (or 0xAD4B11) is known color: Rust. HEX triplet: AD, 4B and 11. RGB value is (173,75,17). Sum of RGB (Red+Green+Blue) = 173+75+17=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4B11 is #52B4EE. Grayscale: #626262. Windows color (decimal): -5420271 or 1133485. OLE color: 1133485.
HSL color Cylindrical-coordinate representation of color #AD4B11: hue angle of 22.31º 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 #AD4B11 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 17 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.32 |
| HSL | 22.31º | 0.82% | 0.37% | - |
| HSV(B) | 22.31º | 0.9% | 0.68% | - |
| XYZ | 19.85 | 13.96 | 2.18 | - |
| YUV | 97.69 | 82.47 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 17 | 0 | 0.57 | 0.90 | 0.32 | 22.31 | 0.82 | 0.37 |
| Hex | AD | 4B | 11 | 0 | 39 | 5A | 20 | 16 | 52 | 25 |
| Octal | 255 | 113 | 21 | 0 | 71 | 132 | 40 | 26 | 122 | 45 |
| Binary | 10101101 | 1001011 | 10001 | 0 | 111001 | 1011010 | 100000 | 10110 | 1010010 | 100101 |
Color Harmonies of #AD4B11
Complementary color
Monochromatic Colors of #AD4B11
Black with #AD4B11
Text Example
Text Example
White with #AD4B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B11; }
p { color: rgb(173,75,17); }
H1.HeaderClassName
{
color: #AD4B11;
}
.AnyTagClassName
{
color: #AD4B11;
}
</style>
background-color css
<style>
a { background-color: #AD4B11; }
a { background-color: rgb(173,75,17); }
div.DivClassName
{
background-color: #AD4B11;
}
.BgClassName
{
background-color: #AD4B11;
}
</style>
border-color css
<style>
span { border-color: #AD4B11; }
span { border-color: rgb(173,75,17); }
td.TdClassName
{
border-color: #AD4B11;
}
.TagClassName
{
border-color: #AD4B11;
}
</style>