Shades of Rust #A1310D
Tints of Rust #A1310D
RGB
CMYK
RGB Variations
Color information
#A1310D (or 0xA1310D) is known color: Rust. HEX triplet: A1, 31 and 0D. RGB value is (161,49,13). Sum of RGB (Red+Green+Blue) = 161+49+13=223 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.20% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 161 - color contains mainly: red. Hex color #A1310D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1310D is #5ECEF2. Grayscale: #4E4E4E. Windows color (decimal): -6213363 or 864673. OLE color: 864673.
HSL color Cylindrical-coordinate representation of color #A1310D: hue angle of 14.59º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1310D is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 49 | 13 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.37 |
| HSL | 14.59º | 0.85% | 0.34% | - |
| HSV(B) | 14.59º | 0.92% | 0.63% | - |
| XYZ | 15.87 | 9.8 | 1.44 | - |
| YUV | 78.38 | 91.11 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 13 | 0 | 0.70 | 0.92 | 0.37 | 14.59 | 0.85 | 0.34 |
| Hex | A1 | 31 | D | 0 | 46 | 5C | 25 | F | 55 | 22 |
| Octal | 241 | 61 | 15 | 0 | 106 | 134 | 45 | 17 | 125 | 42 |
| Binary | 10100001 | 110001 | 1101 | 0 | 1000110 | 1011100 | 100101 | 1111 | 1010101 | 100010 |
Color Harmonies of #A1310D
Complementary color
Monochromatic Colors of #A1310D
Black with #A1310D
Text Example
Text Example
White with #A1310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1310D; }
p { color: rgb(161,49,13); }
H1.HeaderClassName
{
color: #A1310D;
}
.AnyTagClassName
{
color: #A1310D;
}
</style>
background-color css
<style>
a { background-color: #A1310D; }
a { background-color: rgb(161,49,13); }
div.DivClassName
{
background-color: #A1310D;
}
.BgClassName
{
background-color: #A1310D;
}
</style>
border-color css
<style>
span { border-color: #A1310D; }
span { border-color: rgb(161,49,13); }
td.TdClassName
{
border-color: #A1310D;
}
.TagClassName
{
border-color: #A1310D;
}
</style>