Shades of Rust #AD530F
Tints of Rust #AD530F
RGB
CMYK
RGB Variations
Color information
#AD530F (or 0xAD530F) is known color: Rust. HEX triplet: AD, 53 and 0F. RGB value is (173,83,15). Sum of RGB (Red+Green+Blue) = 173+83+15=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD530F is #52ACF0. Grayscale: #666666. Windows color (decimal): -5418225 or 1004461. OLE color: 1004461.
HSL color Cylindrical-coordinate representation of color #AD530F: hue angle of 25.82º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD530F is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 15 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.32 |
| HSL | 25.82º | 0.84% | 0.37% | - |
| HSV(B) | 25.82º | 0.91% | 0.68% | - |
| XYZ | 20.41 | 15.11 | 2.29 | - |
| YUV | 102.16 | 78.82 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 15 | 0 | 0.52 | 0.91 | 0.32 | 25.82 | 0.84 | 0.37 |
| Hex | AD | 53 | F | 0 | 34 | 5B | 20 | 1A | 54 | 25 |
| Octal | 255 | 123 | 17 | 0 | 64 | 133 | 40 | 32 | 124 | 45 |
| Binary | 10101101 | 1010011 | 1111 | 0 | 110100 | 1011011 | 100000 | 11010 | 1010100 | 100101 |
Color Harmonies of #AD530F
Complementary color
Monochromatic Colors of #AD530F
Black with #AD530F
Text Example
Text Example
White with #AD530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD530F; }
p { color: rgb(173,83,15); }
H1.HeaderClassName
{
color: #AD530F;
}
.AnyTagClassName
{
color: #AD530F;
}
</style>
background-color css
<style>
a { background-color: #AD530F; }
a { background-color: rgb(173,83,15); }
div.DivClassName
{
background-color: #AD530F;
}
.BgClassName
{
background-color: #AD530F;
}
</style>
border-color css
<style>
span { border-color: #AD530F; }
span { border-color: rgb(173,83,15); }
td.TdClassName
{
border-color: #AD530F;
}
.TagClassName
{
border-color: #AD530F;
}
</style>