Shades of Rust #A74116
Tints of Rust #A74116
RGB
CMYK
RGB Variations
Color information
#A74116 (or 0xA74116) is known color: Rust. HEX triplet: A7, 41 and 16. RGB value is (167,65,22). Sum of RGB (Red+Green+Blue) = 167+65+22=254 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.75% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 167 - color contains mainly: red. Hex color #A74116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74116 is #58BEE9. Grayscale: #5A5A5A. Windows color (decimal): -5816042 or 1458599. OLE color: 1458599.
HSL color Cylindrical-coordinate representation of color #A74116: hue angle of 17.79º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A74116 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 65 | 22 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.35 |
| HSL | 17.79º | 0.77% | 0.37% | - |
| HSV(B) | 17.79º | 0.87% | 0.65% | - |
| XYZ | 17.97 | 12.05 | 2.14 | - |
| YUV | 90.6 | 89.29 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 22 | 0 | 0.61 | 0.87 | 0.35 | 17.79 | 0.77 | 0.37 |
| Hex | A7 | 41 | 16 | 0 | 3D | 57 | 23 | 12 | 4D | 25 |
| Octal | 247 | 101 | 26 | 0 | 75 | 127 | 43 | 22 | 115 | 45 |
| Binary | 10100111 | 1000001 | 10110 | 0 | 111101 | 1010111 | 100011 | 10010 | 1001101 | 100101 |
Color Harmonies of #A74116
Complementary color
Monochromatic Colors of #A74116
Black with #A74116
Text Example
Text Example
White with #A74116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74116; }
p { color: rgb(167,65,22); }
H1.HeaderClassName
{
color: #A74116;
}
.AnyTagClassName
{
color: #A74116;
}
</style>
background-color css
<style>
a { background-color: #A74116; }
a { background-color: rgb(167,65,22); }
div.DivClassName
{
background-color: #A74116;
}
.BgClassName
{
background-color: #A74116;
}
</style>
border-color css
<style>
span { border-color: #A74116; }
span { border-color: rgb(167,65,22); }
td.TdClassName
{
border-color: #A74116;
}
.TagClassName
{
border-color: #A74116;
}
</style>