Shades of Rust #A9310D
Tints of Rust #A9310D
RGB
CMYK
RGB Variations
Color information
#A9310D (or 0xA9310D) is known color: Rust. HEX triplet: A9, 31 and 0D. RGB value is (169,49,13). Sum of RGB (Red+Green+Blue) = 169+49+13=231 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.16% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 169 - color contains mainly: red. Hex color #A9310D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9310D is #56CEF2. Grayscale: #515151. Windows color (decimal): -5689075 or 864681. OLE color: 864681.
HSL color Cylindrical-coordinate representation of color #A9310D: hue angle of 13.85º 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 #A9310D is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 49 | 13 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.34 |
| HSL | 13.85º | 0.86% | 0.36% | - |
| HSV(B) | 13.85º | 0.92% | 0.66% | - |
| XYZ | 17.53 | 10.66 | 1.51 | - |
| YUV | 80.78 | 89.76 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 49 | 13 | 0 | 0.71 | 0.92 | 0.34 | 13.85 | 0.86 | 0.36 |
| Hex | A9 | 31 | D | 0 | 47 | 5C | 22 | E | 56 | 24 |
| Octal | 251 | 61 | 15 | 0 | 107 | 134 | 42 | 16 | 126 | 44 |
| Binary | 10101001 | 110001 | 1101 | 0 | 1000111 | 1011100 | 100010 | 1110 | 1010110 | 100100 |
Color Harmonies of #A9310D
Complementary color
Monochromatic Colors of #A9310D
Black with #A9310D
Text Example
Text Example
White with #A9310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9310D; }
p { color: rgb(169,49,13); }
H1.HeaderClassName
{
color: #A9310D;
}
.AnyTagClassName
{
color: #A9310D;
}
</style>
background-color css
<style>
a { background-color: #A9310D; }
a { background-color: rgb(169,49,13); }
div.DivClassName
{
background-color: #A9310D;
}
.BgClassName
{
background-color: #A9310D;
}
</style>
border-color css
<style>
span { border-color: #A9310D; }
span { border-color: rgb(169,49,13); }
td.TdClassName
{
border-color: #A9310D;
}
.TagClassName
{
border-color: #A9310D;
}
</style>