Shades of Rust #A9530D
Tints of Rust #A9530D
RGB
CMYK
RGB Variations
Color information
#A9530D (or 0xA9530D) is known color: Rust. HEX triplet: A9, 53 and 0D. RGB value is (169,83,13). Sum of RGB (Red+Green+Blue) = 169+83+13=265 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.77% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 169 - color contains mainly: red. Hex color #A9530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9530D is #56ACF2. Grayscale: #656565. Windows color (decimal): -5680371 or 873385. OLE color: 873385.
HSL color Cylindrical-coordinate representation of color #A9530D: hue angle of 26.92º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A9530D is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 83 | 13 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.34 |
| HSL | 26.92º | 0.86% | 0.36% | - |
| HSV(B) | 26.92º | 0.92% | 0.66% | - |
| XYZ | 19.53 | 14.65 | 2.18 | - |
| YUV | 100.73 | 78.49 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 83 | 13 | 0 | 0.51 | 0.92 | 0.34 | 26.92 | 0.86 | 0.36 |
| Hex | A9 | 53 | D | 0 | 33 | 5C | 22 | 1B | 56 | 24 |
| Octal | 251 | 123 | 15 | 0 | 63 | 134 | 42 | 33 | 126 | 44 |
| Binary | 10101001 | 1010011 | 1101 | 0 | 110011 | 1011100 | 100010 | 11011 | 1010110 | 100100 |
Color Harmonies of #A9530D
Complementary color
Monochromatic Colors of #A9530D
Black with #A9530D
Text Example
Text Example
White with #A9530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9530D; }
p { color: rgb(169,83,13); }
H1.HeaderClassName
{
color: #A9530D;
}
.AnyTagClassName
{
color: #A9530D;
}
</style>
background-color css
<style>
a { background-color: #A9530D; }
a { background-color: rgb(169,83,13); }
div.DivClassName
{
background-color: #A9530D;
}
.BgClassName
{
background-color: #A9530D;
}
</style>
border-color css
<style>
span { border-color: #A9530D; }
span { border-color: rgb(169,83,13); }
td.TdClassName
{
border-color: #A9530D;
}
.TagClassName
{
border-color: #A9530D;
}
</style>