Shades of Rust #A7460B
Tints of Rust #A7460B
RGB
CMYK
RGB Variations
Color information
#A7460B (or 0xA7460B) is known color: Rust. HEX triplet: A7, 46 and 0B. RGB value is (167,70,11). Sum of RGB (Red+Green+Blue) = 167+70+11=248 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.34% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 167 - color contains mainly: red. Hex color #A7460B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7460B is #58B9F4. Grayscale: #5C5C5C. Windows color (decimal): -5814773 or 738983. OLE color: 738983.
HSL color Cylindrical-coordinate representation of color #A7460B: hue angle of 22.69º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7460B is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 70 | 11 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.35 |
| HSL | 22.69º | 0.88% | 0.35% | - |
| HSV(B) | 22.69º | 0.93% | 0.65% | - |
| XYZ | 18.19 | 12.62 | 1.79 | - |
| YUV | 92.28 | 82.14 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 11 | 0 | 0.58 | 0.93 | 0.35 | 22.69 | 0.88 | 0.35 |
| Hex | A7 | 46 | B | 0 | 3A | 5D | 23 | 17 | 58 | 23 |
| Octal | 247 | 106 | 13 | 0 | 72 | 135 | 43 | 27 | 130 | 43 |
| Binary | 10100111 | 1000110 | 1011 | 0 | 111010 | 1011101 | 100011 | 10111 | 1011000 | 100011 |
Color Harmonies of #A7460B
Complementary color
Monochromatic Colors of #A7460B
Black with #A7460B
Text Example
Text Example
White with #A7460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7460B; }
p { color: rgb(167,70,11); }
H1.HeaderClassName
{
color: #A7460B;
}
.AnyTagClassName
{
color: #A7460B;
}
</style>
background-color css
<style>
a { background-color: #A7460B; }
a { background-color: rgb(167,70,11); }
div.DivClassName
{
background-color: #A7460B;
}
.BgClassName
{
background-color: #A7460B;
}
</style>
border-color css
<style>
span { border-color: #A7460B; }
span { border-color: rgb(167,70,11); }
td.TdClassName
{
border-color: #A7460B;
}
.TagClassName
{
border-color: #A7460B;
}
</style>