Shades of Rust #AD3813
Tints of Rust #AD3813
RGB
CMYK
RGB Variations
Color information
#AD3813 (or 0xAD3813) is known color: Rust. HEX triplet: AD, 38 and 13. RGB value is (173,56,19). Sum of RGB (Red+Green+Blue) = 173+56+19=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3813 is #52C7EC. Grayscale: #575757. Windows color (decimal): -5425133 or 1259693. OLE color: 1259693.
HSL color Cylindrical-coordinate representation of color #AD3813: hue angle of 14.42º 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 #AD3813 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 19 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.32 |
| HSL | 14.42º | 0.8% | 0.38% | - |
| HSV(B) | 14.42º | 0.89% | 0.68% | - |
| XYZ | 18.77 | 11.76 | 1.9 | - |
| YUV | 86.77 | 89.76 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 19 | 0 | 0.68 | 0.89 | 0.32 | 14.42 | 0.8 | 0.38 |
| Hex | AD | 38 | 13 | 0 | 44 | 59 | 20 | E | 50 | 26 |
| Octal | 255 | 70 | 23 | 0 | 104 | 131 | 40 | 16 | 120 | 46 |
| Binary | 10101101 | 111000 | 10011 | 0 | 1000100 | 1011001 | 100000 | 1110 | 1010000 | 100110 |
Color Harmonies of #AD3813
Complementary color
Monochromatic Colors of #AD3813
Black with #AD3813
Text Example
Text Example
White with #AD3813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3813; }
p { color: rgb(173,56,19); }
H1.HeaderClassName
{
color: #AD3813;
}
.AnyTagClassName
{
color: #AD3813;
}
</style>
background-color css
<style>
a { background-color: #AD3813; }
a { background-color: rgb(173,56,19); }
div.DivClassName
{
background-color: #AD3813;
}
.BgClassName
{
background-color: #AD3813;
}
</style>
border-color css
<style>
span { border-color: #AD3813; }
span { border-color: rgb(173,56,19); }
td.TdClassName
{
border-color: #AD3813;
}
.TagClassName
{
border-color: #AD3813;
}
</style>