Shades of Rust #A7470D
Tints of Rust #A7470D
RGB
CMYK
RGB Variations
Color information
#A7470D (or 0xA7470D) is known color: Rust. HEX triplet: A7, 47 and 0D. RGB value is (167,71,13). Sum of RGB (Red+Green+Blue) = 167+71+13=251 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.53% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 167 - color contains mainly: red. Hex color #A7470D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7470D is #58B8F2. Grayscale: #5D5D5D. Windows color (decimal): -5814515 or 870311. OLE color: 870311.
HSL color Cylindrical-coordinate representation of color #A7470D: hue angle of 22.6º 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 #A7470D is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 71 | 13 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.35 |
| HSL | 22.6º | 0.86% | 0.35% | - |
| HSV(B) | 22.6º | 0.92% | 0.65% | - |
| XYZ | 18.26 | 12.75 | 1.88 | - |
| YUV | 93.09 | 82.8 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 71 | 13 | 0 | 0.57 | 0.92 | 0.35 | 22.6 | 0.86 | 0.35 |
| Hex | A7 | 47 | D | 0 | 39 | 5C | 23 | 17 | 56 | 23 |
| Octal | 247 | 107 | 15 | 0 | 71 | 134 | 43 | 27 | 126 | 43 |
| Binary | 10100111 | 1000111 | 1101 | 0 | 111001 | 1011100 | 100011 | 10111 | 1010110 | 100011 |
Color Harmonies of #A7470D
Complementary color
Monochromatic Colors of #A7470D
Black with #A7470D
Text Example
Text Example
White with #A7470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7470D; }
p { color: rgb(167,71,13); }
H1.HeaderClassName
{
color: #A7470D;
}
.AnyTagClassName
{
color: #A7470D;
}
</style>
background-color css
<style>
a { background-color: #A7470D; }
a { background-color: rgb(167,71,13); }
div.DivClassName
{
background-color: #A7470D;
}
.BgClassName
{
background-color: #A7470D;
}
</style>
border-color css
<style>
span { border-color: #A7470D; }
span { border-color: rgb(167,71,13); }
td.TdClassName
{
border-color: #A7470D;
}
.TagClassName
{
border-color: #A7470D;
}
</style>