Shades of Rust #A7310D
Tints of Rust #A7310D
RGB
CMYK
RGB Variations
Color information
#A7310D (or 0xA7310D) is known color: Rust. HEX triplet: A7, 31 and 0D. RGB value is (167,49,13). Sum of RGB (Red+Green+Blue) = 167+49+13=229 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.93% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 167 - color contains mainly: red. Hex color #A7310D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7310D is #58CEF2. Grayscale: #505050. Windows color (decimal): -5820147 or 864679. OLE color: 864679.
HSL color Cylindrical-coordinate representation of color #A7310D: hue angle of 14.03º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7310D is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 49 | 13 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.35 |
| HSL | 14.03º | 0.86% | 0.35% | - |
| HSV(B) | 14.03º | 0.92% | 0.65% | - |
| XYZ | 17.11 | 10.44 | 1.49 | - |
| YUV | 80.18 | 90.09 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 49 | 13 | 0 | 0.71 | 0.92 | 0.35 | 14.03 | 0.86 | 0.35 |
| Hex | A7 | 31 | D | 0 | 47 | 5C | 23 | E | 56 | 23 |
| Octal | 247 | 61 | 15 | 0 | 107 | 134 | 43 | 16 | 126 | 43 |
| Binary | 10100111 | 110001 | 1101 | 0 | 1000111 | 1011100 | 100011 | 1110 | 1010110 | 100011 |
Color Harmonies of #A7310D
Complementary color
Monochromatic Colors of #A7310D
Black with #A7310D
Text Example
Text Example
White with #A7310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7310D; }
p { color: rgb(167,49,13); }
H1.HeaderClassName
{
color: #A7310D;
}
.AnyTagClassName
{
color: #A7310D;
}
</style>
background-color css
<style>
a { background-color: #A7310D; }
a { background-color: rgb(167,49,13); }
div.DivClassName
{
background-color: #A7310D;
}
.BgClassName
{
background-color: #A7310D;
}
</style>
border-color css
<style>
span { border-color: #A7310D; }
span { border-color: rgb(167,49,13); }
td.TdClassName
{
border-color: #A7310D;
}
.TagClassName
{
border-color: #A7310D;
}
</style>