Shades of Rust #AD350E
Tints of Rust #AD350E
RGB
CMYK
RGB Variations
Color information
#AD350E (or 0xAD350E) is known color: Rust. HEX triplet: AD, 35 and 0E. RGB value is (173,53,14). Sum of RGB (Red+Green+Blue) = 173+53+14=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD350E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD350E is #52CAF1. Grayscale: #545454. Windows color (decimal): -5425906 or 931245. OLE color: 931245.
HSL color Cylindrical-coordinate representation of color #AD350E: hue angle of 14.72º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD350E is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 14 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.32 |
| HSL | 14.72º | 0.85% | 0.37% | - |
| HSV(B) | 14.72º | 0.92% | 0.68% | - |
| XYZ | 18.59 | 11.46 | 1.65 | - |
| YUV | 84.43 | 88.26 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 14 | 0 | 0.69 | 0.92 | 0.32 | 14.72 | 0.85 | 0.37 |
| Hex | AD | 35 | E | 0 | 45 | 5C | 20 | F | 55 | 25 |
| Octal | 255 | 65 | 16 | 0 | 105 | 134 | 40 | 17 | 125 | 45 |
| Binary | 10101101 | 110101 | 1110 | 0 | 1000101 | 1011100 | 100000 | 1111 | 1010101 | 100101 |
Color Harmonies of #AD350E
Complementary color
Monochromatic Colors of #AD350E
Black with #AD350E
Text Example
Text Example
White with #AD350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD350E; }
p { color: rgb(173,53,14); }
H1.HeaderClassName
{
color: #AD350E;
}
.AnyTagClassName
{
color: #AD350E;
}
</style>
background-color css
<style>
a { background-color: #AD350E; }
a { background-color: rgb(173,53,14); }
div.DivClassName
{
background-color: #AD350E;
}
.BgClassName
{
background-color: #AD350E;
}
</style>
border-color css
<style>
span { border-color: #AD350E; }
span { border-color: rgb(173,53,14); }
td.TdClassName
{
border-color: #AD350E;
}
.TagClassName
{
border-color: #AD350E;
}
</style>