Shades of Rust #AD4311
Tints of Rust #AD4311
RGB
CMYK
RGB Variations
Color information
#AD4311 (or 0xAD4311) is known color: Rust. HEX triplet: AD, 43 and 11. RGB value is (173,67,17). Sum of RGB (Red+Green+Blue) = 173+67+17=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4311 is #52BCEE. Grayscale: #5D5D5D. Windows color (decimal): -5422319 or 1131437. OLE color: 1131437.
HSL color Cylindrical-coordinate representation of color #AD4311: hue angle of 19.23º 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 #AD4311 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 17 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.32 |
| HSL | 19.23º | 0.82% | 0.37% | - |
| HSV(B) | 19.23º | 0.9% | 0.68% | - |
| XYZ | 19.34 | 12.94 | 2.01 | - |
| YUV | 92.99 | 85.12 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 17 | 0 | 0.61 | 0.90 | 0.32 | 19.23 | 0.82 | 0.37 |
| Hex | AD | 43 | 11 | 0 | 3D | 5A | 20 | 13 | 52 | 25 |
| Octal | 255 | 103 | 21 | 0 | 75 | 132 | 40 | 23 | 122 | 45 |
| Binary | 10101101 | 1000011 | 10001 | 0 | 111101 | 1011010 | 100000 | 10011 | 1010010 | 100101 |
Color Harmonies of #AD4311
Complementary color
Monochromatic Colors of #AD4311
Black with #AD4311
Text Example
Text Example
White with #AD4311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4311; }
p { color: rgb(173,67,17); }
H1.HeaderClassName
{
color: #AD4311;
}
.AnyTagClassName
{
color: #AD4311;
}
</style>
background-color css
<style>
a { background-color: #AD4311; }
a { background-color: rgb(173,67,17); }
div.DivClassName
{
background-color: #AD4311;
}
.BgClassName
{
background-color: #AD4311;
}
</style>
border-color css
<style>
span { border-color: #AD4311; }
span { border-color: rgb(173,67,17); }
td.TdClassName
{
border-color: #AD4311;
}
.TagClassName
{
border-color: #AD4311;
}
</style>