Shades of Rust #A7310A
Tints of Rust #A7310A
RGB
CMYK
RGB Variations
Color information
#A7310A (or 0xA7310A) is known color: Rust. HEX triplet: A7, 31 and 0A. RGB value is (167,49,10). Sum of RGB (Red+Green+Blue) = 167+49+10=226 (29% of max value = 765). Red value is 167 (65.62% from 255 or 73.89% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 167 - color contains mainly: red. Hex color #A7310A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7310A is #58CEF5. Grayscale: #505050. Windows color (decimal): -5820150 or 668071. OLE color: 668071.
HSL color Cylindrical-coordinate representation of color #A7310A: hue angle of 14.9º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A7310A is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 49 | 10 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.35 |
| HSL | 14.9º | 0.89% | 0.35% | - |
| HSV(B) | 14.9º | 0.94% | 0.65% | - |
| XYZ | 17.09 | 10.43 | 1.4 | - |
| YUV | 79.84 | 88.59 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 49 | 10 | 0 | 0.71 | 0.94 | 0.35 | 14.9 | 0.89 | 0.35 |
| Hex | A7 | 31 | A | 0 | 47 | 5E | 23 | F | 59 | 23 |
| Octal | 247 | 61 | 12 | 0 | 107 | 136 | 43 | 17 | 131 | 43 |
| Binary | 10100111 | 110001 | 1010 | 0 | 1000111 | 1011110 | 100011 | 1111 | 1011001 | 100011 |
Color Harmonies of #A7310A
Complementary color
Monochromatic Colors of #A7310A
Black with #A7310A
Text Example
Text Example
White with #A7310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7310A; }
p { color: rgb(167,49,10); }
H1.HeaderClassName
{
color: #A7310A;
}
.AnyTagClassName
{
color: #A7310A;
}
</style>
background-color css
<style>
a { background-color: #A7310A; }
a { background-color: rgb(167,49,10); }
div.DivClassName
{
background-color: #A7310A;
}
.BgClassName
{
background-color: #A7310A;
}
</style>
border-color css
<style>
span { border-color: #A7310A; }
span { border-color: rgb(167,49,10); }
td.TdClassName
{
border-color: #A7310A;
}
.TagClassName
{
border-color: #A7310A;
}
</style>