Shades of Rust #AD350A
Tints of Rust #AD350A
RGB
CMYK
RGB Variations
Color information
#AD350A (or 0xAD350A) is known color: Rust. HEX triplet: AD, 35 and 0A. RGB value is (173,53,10). Sum of RGB (Red+Green+Blue) = 173+53+10=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD350A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD350A is #52CAF5. Grayscale: #545454. Windows color (decimal): -5425910 or 669101. OLE color: 669101.
HSL color Cylindrical-coordinate representation of color #AD350A: hue angle of 15.83º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD350A is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 10 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.32 |
| HSL | 15.83º | 0.89% | 0.36% | - |
| HSV(B) | 15.83º | 0.94% | 0.68% | - |
| XYZ | 18.56 | 11.45 | 1.52 | - |
| YUV | 83.98 | 86.26 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 10 | 0 | 0.69 | 0.94 | 0.32 | 15.83 | 0.89 | 0.36 |
| Hex | AD | 35 | A | 0 | 45 | 5E | 20 | 10 | 59 | 24 |
| Octal | 255 | 65 | 12 | 0 | 105 | 136 | 40 | 20 | 131 | 44 |
| Binary | 10101101 | 110101 | 1010 | 0 | 1000101 | 1011110 | 100000 | 10000 | 1011001 | 100100 |
Color Harmonies of #AD350A
Complementary color
Monochromatic Colors of #AD350A
Black with #AD350A
Text Example
Text Example
White with #AD350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD350A; }
p { color: rgb(173,53,10); }
H1.HeaderClassName
{
color: #AD350A;
}
.AnyTagClassName
{
color: #AD350A;
}
</style>
background-color css
<style>
a { background-color: #AD350A; }
a { background-color: rgb(173,53,10); }
div.DivClassName
{
background-color: #AD350A;
}
.BgClassName
{
background-color: #AD350A;
}
</style>
border-color css
<style>
span { border-color: #AD350A; }
span { border-color: rgb(173,53,10); }
td.TdClassName
{
border-color: #AD350A;
}
.TagClassName
{
border-color: #AD350A;
}
</style>