Shades of Rust #A74911
Tints of Rust #A74911
RGB
CMYK
RGB Variations
Color information
#A74911 (or 0xA74911) is known color: Rust. HEX triplet: A7, 49 and 11. RGB value is (167,73,17). Sum of RGB (Red+Green+Blue) = 167+73+17=257 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.98% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 167 - color contains mainly: red. Hex color #A74911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74911 is #58B6EE. Grayscale: #5F5F5F. Windows color (decimal): -5813999 or 1132967. OLE color: 1132967.
HSL color Cylindrical-coordinate representation of color #A74911: hue angle of 22.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A74911 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 73 | 17 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.35 |
| HSL | 22.4º | 0.82% | 0.36% | - |
| HSV(B) | 22.4º | 0.9% | 0.65% | - |
| XYZ | 18.42 | 13.02 | 2.07 | - |
| YUV | 94.72 | 84.14 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 73 | 17 | 0 | 0.56 | 0.90 | 0.35 | 22.4 | 0.82 | 0.36 |
| Hex | A7 | 49 | 11 | 0 | 38 | 5A | 23 | 16 | 52 | 24 |
| Octal | 247 | 111 | 21 | 0 | 70 | 132 | 43 | 26 | 122 | 44 |
| Binary | 10100111 | 1001001 | 10001 | 0 | 111000 | 1011010 | 100011 | 10110 | 1010010 | 100100 |
Color Harmonies of #A74911
Complementary color
Monochromatic Colors of #A74911
Black with #A74911
Text Example
Text Example
White with #A74911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74911; }
p { color: rgb(167,73,17); }
H1.HeaderClassName
{
color: #A74911;
}
.AnyTagClassName
{
color: #A74911;
}
</style>
background-color css
<style>
a { background-color: #A74911; }
a { background-color: rgb(167,73,17); }
div.DivClassName
{
background-color: #A74911;
}
.BgClassName
{
background-color: #A74911;
}
</style>
border-color css
<style>
span { border-color: #A74911; }
span { border-color: rgb(167,73,17); }
td.TdClassName
{
border-color: #A74911;
}
.TagClassName
{
border-color: #A74911;
}
</style>