Shades of Rust #A0310D
Tints of Rust #A0310D
RGB
CMYK
RGB Variations
Color information
#A0310D (or 0xA0310D) is known color: Rust. HEX triplet: A0, 31 and 0D. RGB value is (160,49,13). Sum of RGB (Red+Green+Blue) = 160+49+13=222 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.07% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 160 - color contains mainly: red. Hex color #A0310D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0310D is #5FCEF2. Grayscale: #4E4E4E. Windows color (decimal): -6278899 or 864672. OLE color: 864672.
HSL color Cylindrical-coordinate representation of color #A0310D: hue angle of 14.69º 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 #A0310D is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 49 | 13 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.37 |
| HSL | 14.69º | 0.85% | 0.34% | - |
| HSV(B) | 14.69º | 0.92% | 0.63% | - |
| XYZ | 15.67 | 9.7 | 1.43 | - |
| YUV | 78.09 | 91.27 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 49 | 13 | 0 | 0.69 | 0.92 | 0.37 | 14.69 | 0.85 | 0.34 |
| Hex | A0 | 31 | D | 0 | 45 | 5C | 25 | F | 55 | 22 |
| Octal | 240 | 61 | 15 | 0 | 105 | 134 | 45 | 17 | 125 | 42 |
| Binary | 10100000 | 110001 | 1101 | 0 | 1000101 | 1011100 | 100101 | 1111 | 1010101 | 100010 |
Color Harmonies of #A0310D
Complementary color
Monochromatic Colors of #A0310D
Black with #A0310D
Text Example
Text Example
White with #A0310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0310D; }
p { color: rgb(160,49,13); }
H1.HeaderClassName
{
color: #A0310D;
}
.AnyTagClassName
{
color: #A0310D;
}
</style>
background-color css
<style>
a { background-color: #A0310D; }
a { background-color: rgb(160,49,13); }
div.DivClassName
{
background-color: #A0310D;
}
.BgClassName
{
background-color: #A0310D;
}
</style>
border-color css
<style>
span { border-color: #A0310D; }
span { border-color: rgb(160,49,13); }
td.TdClassName
{
border-color: #A0310D;
}
.TagClassName
{
border-color: #A0310D;
}
</style>