Shades of Rust #A9320D
Tints of Rust #A9320D
RGB
CMYK
RGB Variations
Color information
#A9320D (or 0xA9320D) is known color: Rust. HEX triplet: A9, 32 and 0D. RGB value is (169,50,13). Sum of RGB (Red+Green+Blue) = 169+50+13=232 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.84% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 169 - color contains mainly: red. Hex color #A9320D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9320D is #56CDF2. Grayscale: #515151. Windows color (decimal): -5688819 or 864937. OLE color: 864937.
HSL color Cylindrical-coordinate representation of color #A9320D: hue angle of 14.23º 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 #A9320D is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 50 | 13 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.34 |
| HSL | 14.23º | 0.86% | 0.36% | - |
| HSV(B) | 14.23º | 0.92% | 0.66% | - |
| XYZ | 17.58 | 10.75 | 1.53 | - |
| YUV | 81.36 | 89.42 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 50 | 13 | 0 | 0.70 | 0.92 | 0.34 | 14.23 | 0.86 | 0.36 |
| Hex | A9 | 32 | D | 0 | 46 | 5C | 22 | E | 56 | 24 |
| Octal | 251 | 62 | 15 | 0 | 106 | 134 | 42 | 16 | 126 | 44 |
| Binary | 10101001 | 110010 | 1101 | 0 | 1000110 | 1011100 | 100010 | 1110 | 1010110 | 100100 |
Color Harmonies of #A9320D
Complementary color
Monochromatic Colors of #A9320D
Black with #A9320D
Text Example
Text Example
White with #A9320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9320D; }
p { color: rgb(169,50,13); }
H1.HeaderClassName
{
color: #A9320D;
}
.AnyTagClassName
{
color: #A9320D;
}
</style>
background-color css
<style>
a { background-color: #A9320D; }
a { background-color: rgb(169,50,13); }
div.DivClassName
{
background-color: #A9320D;
}
.BgClassName
{
background-color: #A9320D;
}
</style>
border-color css
<style>
span { border-color: #A9320D; }
span { border-color: rgb(169,50,13); }
td.TdClassName
{
border-color: #A9320D;
}
.TagClassName
{
border-color: #A9320D;
}
</style>