Shades of Rust #A7510E
Tints of Rust #A7510E
RGB
CMYK
RGB Variations
Color information
#A7510E (or 0xA7510E) is known color: Rust. HEX triplet: A7, 51 and 0E. RGB value is (167,81,14). Sum of RGB (Red+Green+Blue) = 167+81+14=262 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.74% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 167 - color contains mainly: red. Hex color #A7510E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7510E is #58AEF1. Grayscale: #636363. Windows color (decimal): -5811954 or 938407. OLE color: 938407.
HSL color Cylindrical-coordinate representation of color #A7510E: hue angle of 26.27º degrees, saturation: 0.85, 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 #A7510E is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 81 | 14 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.35 |
| HSL | 26.27º | 0.85% | 0.35% | - |
| HSV(B) | 26.27º | 0.92% | 0.65% | - |
| XYZ | 18.96 | 14.13 | 2.14 | - |
| YUV | 99.08 | 79.99 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 81 | 14 | 0 | 0.51 | 0.92 | 0.35 | 26.27 | 0.85 | 0.35 |
| Hex | A7 | 51 | E | 0 | 33 | 5C | 23 | 1A | 55 | 23 |
| Octal | 247 | 121 | 16 | 0 | 63 | 134 | 43 | 32 | 125 | 43 |
| Binary | 10100111 | 1010001 | 1110 | 0 | 110011 | 1011100 | 100011 | 11010 | 1010101 | 100011 |
Color Harmonies of #A7510E
Complementary color
Monochromatic Colors of #A7510E
Black with #A7510E
Text Example
Text Example
White with #A7510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7510E; }
p { color: rgb(167,81,14); }
H1.HeaderClassName
{
color: #A7510E;
}
.AnyTagClassName
{
color: #A7510E;
}
</style>
background-color css
<style>
a { background-color: #A7510E; }
a { background-color: rgb(167,81,14); }
div.DivClassName
{
background-color: #A7510E;
}
.BgClassName
{
background-color: #A7510E;
}
</style>
border-color css
<style>
span { border-color: #A7510E; }
span { border-color: rgb(167,81,14); }
td.TdClassName
{
border-color: #A7510E;
}
.TagClassName
{
border-color: #A7510E;
}
</style>