Shades of Rust #AD530E
Tints of Rust #AD530E
RGB
CMYK
RGB Variations
Color information
#AD530E (or 0xAD530E) is known color: Rust. HEX triplet: AD, 53 and 0E. RGB value is (173,83,14). Sum of RGB (Red+Green+Blue) = 173+83+14=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD530E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD530E is #52ACF1. Grayscale: #666666. Windows color (decimal): -5418226 or 938925. OLE color: 938925.
HSL color Cylindrical-coordinate representation of color #AD530E: hue angle of 26.04º 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 #AD530E is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 14 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.32 |
| HSL | 26.04º | 0.85% | 0.37% | - |
| HSV(B) | 26.04º | 0.92% | 0.68% | - |
| XYZ | 20.41 | 15.1 | 2.26 | - |
| YUV | 102.04 | 78.32 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 14 | 0 | 0.52 | 0.92 | 0.32 | 26.04 | 0.85 | 0.37 |
| Hex | AD | 53 | E | 0 | 34 | 5C | 20 | 1A | 55 | 25 |
| Octal | 255 | 123 | 16 | 0 | 64 | 134 | 40 | 32 | 125 | 45 |
| Binary | 10101101 | 1010011 | 1110 | 0 | 110100 | 1011100 | 100000 | 11010 | 1010101 | 100101 |
Color Harmonies of #AD530E
Complementary color
Monochromatic Colors of #AD530E
Black with #AD530E
Text Example
Text Example
White with #AD530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD530E; }
p { color: rgb(173,83,14); }
H1.HeaderClassName
{
color: #AD530E;
}
.AnyTagClassName
{
color: #AD530E;
}
</style>
background-color css
<style>
a { background-color: #AD530E; }
a { background-color: rgb(173,83,14); }
div.DivClassName
{
background-color: #AD530E;
}
.BgClassName
{
background-color: #AD530E;
}
</style>
border-color css
<style>
span { border-color: #AD530E; }
span { border-color: rgb(173,83,14); }
td.TdClassName
{
border-color: #AD530E;
}
.TagClassName
{
border-color: #AD530E;
}
</style>