Shades of Rust #AD2F13
Tints of Rust #AD2F13
RGB
CMYK
RGB Variations
Color information
#AD2F13 (or 0xAD2F13) is known color: Rust. HEX triplet: AD, 2F and 13. RGB value is (173,47,19). Sum of RGB (Red+Green+Blue) = 173+47+19=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2F13 is #52D0EC. Grayscale: #515151. Windows color (decimal): -5427437 or 1257389. OLE color: 1257389.
HSL color Cylindrical-coordinate representation of color #AD2F13: hue angle of 10.91º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD2F13 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 47 | 19 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.32 |
| HSL | 10.91º | 0.8% | 0.38% | - |
| HSV(B) | 10.91º | 0.89% | 0.68% | - |
| XYZ | 18.37 | 10.96 | 1.76 | - |
| YUV | 81.48 | 92.74 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 19 | 0 | 0.73 | 0.89 | 0.32 | 10.91 | 0.8 | 0.38 |
| Hex | AD | 2F | 13 | 0 | 49 | 59 | 20 | B | 50 | 26 |
| Octal | 255 | 57 | 23 | 0 | 111 | 131 | 40 | 13 | 120 | 46 |
| Binary | 10101101 | 101111 | 10011 | 0 | 1001001 | 1011001 | 100000 | 1011 | 1010000 | 100110 |
Color Harmonies of #AD2F13
Complementary color
Monochromatic Colors of #AD2F13
Black with #AD2F13
Text Example
Text Example
White with #AD2F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2F13; }
p { color: rgb(173,47,19); }
H1.HeaderClassName
{
color: #AD2F13;
}
.AnyTagClassName
{
color: #AD2F13;
}
</style>
background-color css
<style>
a { background-color: #AD2F13; }
a { background-color: rgb(173,47,19); }
div.DivClassName
{
background-color: #AD2F13;
}
.BgClassName
{
background-color: #AD2F13;
}
</style>
border-color css
<style>
span { border-color: #AD2F13; }
span { border-color: rgb(173,47,19); }
td.TdClassName
{
border-color: #AD2F13;
}
.TagClassName
{
border-color: #AD2F13;
}
</style>