Shades of Rust #AD3411
Tints of Rust #AD3411
RGB
CMYK
RGB Variations
Color information
#AD3411 (or 0xAD3411) is known color: Rust. HEX triplet: AD, 34 and 11. RGB value is (173,52,17). Sum of RGB (Red+Green+Blue) = 173+52+17=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3411 is #52CBEE. Grayscale: #545454. Windows color (decimal): -5426159 or 1127597. OLE color: 1127597.
HSL color Cylindrical-coordinate representation of color #AD3411: hue angle of 13.46º 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 #AD3411 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 17 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.32 |
| HSL | 13.46º | 0.82% | 0.37% | - |
| HSV(B) | 13.46º | 0.9% | 0.68% | - |
| XYZ | 18.56 | 11.38 | 1.75 | - |
| YUV | 84.19 | 90.09 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 17 | 0 | 0.70 | 0.90 | 0.32 | 13.46 | 0.82 | 0.37 |
| Hex | AD | 34 | 11 | 0 | 46 | 5A | 20 | D | 52 | 25 |
| Octal | 255 | 64 | 21 | 0 | 106 | 132 | 40 | 15 | 122 | 45 |
| Binary | 10101101 | 110100 | 10001 | 0 | 1000110 | 1011010 | 100000 | 1101 | 1010010 | 100101 |
Color Harmonies of #AD3411
Complementary color
Monochromatic Colors of #AD3411
Black with #AD3411
Text Example
Text Example
White with #AD3411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3411; }
p { color: rgb(173,52,17); }
H1.HeaderClassName
{
color: #AD3411;
}
.AnyTagClassName
{
color: #AD3411;
}
</style>
background-color css
<style>
a { background-color: #AD3411; }
a { background-color: rgb(173,52,17); }
div.DivClassName
{
background-color: #AD3411;
}
.BgClassName
{
background-color: #AD3411;
}
</style>
border-color css
<style>
span { border-color: #AD3411; }
span { border-color: rgb(173,52,17); }
td.TdClassName
{
border-color: #AD3411;
}
.TagClassName
{
border-color: #AD3411;
}
</style>