Shades of Rust #A7410D
Tints of Rust #A7410D
RGB
CMYK
RGB Variations
Color information
#A7410D (or 0xA7410D) is known color: Rust. HEX triplet: A7, 41 and 0D. RGB value is (167,65,13). Sum of RGB (Red+Green+Blue) = 167+65+13=245 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.16% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 167 - color contains mainly: red. Hex color #A7410D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7410D is #58BEF2. Grayscale: #595959. Windows color (decimal): -5816051 or 868775. OLE color: 868775.
HSL color Cylindrical-coordinate representation of color #A7410D: hue angle of 20.26º 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 #A7410D is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 65 | 13 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.35 |
| HSL | 20.26º | 0.86% | 0.35% | - |
| HSV(B) | 20.26º | 0.92% | 0.65% | - |
| XYZ | 17.9 | 12.03 | 1.76 | - |
| YUV | 89.57 | 84.79 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 13 | 0 | 0.61 | 0.92 | 0.35 | 20.26 | 0.86 | 0.35 |
| Hex | A7 | 41 | D | 0 | 3D | 5C | 23 | 14 | 56 | 23 |
| Octal | 247 | 101 | 15 | 0 | 75 | 134 | 43 | 24 | 126 | 43 |
| Binary | 10100111 | 1000001 | 1101 | 0 | 111101 | 1011100 | 100011 | 10100 | 1010110 | 100011 |
Color Harmonies of #A7410D
Complementary color
Monochromatic Colors of #A7410D
Black with #A7410D
Text Example
Text Example
White with #A7410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7410D; }
p { color: rgb(167,65,13); }
H1.HeaderClassName
{
color: #A7410D;
}
.AnyTagClassName
{
color: #A7410D;
}
</style>
background-color css
<style>
a { background-color: #A7410D; }
a { background-color: rgb(167,65,13); }
div.DivClassName
{
background-color: #A7410D;
}
.BgClassName
{
background-color: #A7410D;
}
</style>
border-color css
<style>
span { border-color: #A7410D; }
span { border-color: rgb(167,65,13); }
td.TdClassName
{
border-color: #A7410D;
}
.TagClassName
{
border-color: #A7410D;
}
</style>