Shades of Rust #A7490D
Tints of Rust #A7490D
RGB
CMYK
RGB Variations
Color information
#A7490D (or 0xA7490D) is known color: Rust. HEX triplet: A7, 49 and 0D. RGB value is (167,73,13). Sum of RGB (Red+Green+Blue) = 167+73+13=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A7490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7490D is #58B6F2. Grayscale: #5E5E5E. Windows color (decimal): -5814003 or 870823. OLE color: 870823.
HSL color Cylindrical-coordinate representation of color #A7490D: hue angle of 23.38º 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 #A7490D is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 73 | 13 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.35 |
| HSL | 23.38º | 0.86% | 0.35% | - |
| HSV(B) | 23.38º | 0.92% | 0.65% | - |
| XYZ | 18.39 | 13.01 | 1.92 | - |
| YUV | 94.27 | 82.14 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 73 | 13 | 0 | 0.56 | 0.92 | 0.35 | 23.38 | 0.86 | 0.35 |
| Hex | A7 | 49 | D | 0 | 38 | 5C | 23 | 17 | 56 | 23 |
| Octal | 247 | 111 | 15 | 0 | 70 | 134 | 43 | 27 | 126 | 43 |
| Binary | 10100111 | 1001001 | 1101 | 0 | 111000 | 1011100 | 100011 | 10111 | 1010110 | 100011 |
Color Harmonies of #A7490D
Complementary color
Monochromatic Colors of #A7490D
Black with #A7490D
Text Example
Text Example
White with #A7490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7490D; }
p { color: rgb(167,73,13); }
H1.HeaderClassName
{
color: #A7490D;
}
.AnyTagClassName
{
color: #A7490D;
}
</style>
background-color css
<style>
a { background-color: #A7490D; }
a { background-color: rgb(167,73,13); }
div.DivClassName
{
background-color: #A7490D;
}
.BgClassName
{
background-color: #A7490D;
}
</style>
border-color css
<style>
span { border-color: #A7490D; }
span { border-color: rgb(167,73,13); }
td.TdClassName
{
border-color: #A7490D;
}
.TagClassName
{
border-color: #A7490D;
}
</style>