Shades of Rust #A74811
Tints of Rust #A74811
RGB
CMYK
RGB Variations
Color information
#A74811 (or 0xA74811) is known color: Rust. HEX triplet: A7, 48 and 11. RGB value is (167,72,17). Sum of RGB (Red+Green+Blue) = 167+72+17=256 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.23% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 167 - color contains mainly: red. Hex color #A74811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74811 is #58B7EE. Grayscale: #5E5E5E. Windows color (decimal): -5814255 or 1132711. OLE color: 1132711.
HSL color Cylindrical-coordinate representation of color #A74811: hue angle of 22º 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 #A74811 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 72 | 17 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.35 |
| HSL | 22º | 0.82% | 0.36% | - |
| HSV(B) | 22º | 0.9% | 0.65% | - |
| XYZ | 18.35 | 12.89 | 2.05 | - |
| YUV | 94.14 | 84.47 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 72 | 17 | 0 | 0.57 | 0.90 | 0.35 | 22 | 0.82 | 0.36 |
| Hex | A7 | 48 | 11 | 0 | 39 | 5A | 23 | 16 | 52 | 24 |
| Octal | 247 | 110 | 21 | 0 | 71 | 132 | 43 | 26 | 122 | 44 |
| Binary | 10100111 | 1001000 | 10001 | 0 | 111001 | 1011010 | 100011 | 10110 | 1010010 | 100100 |
Color Harmonies of #A74811
Complementary color
Monochromatic Colors of #A74811
Black with #A74811
Text Example
Text Example
White with #A74811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74811; }
p { color: rgb(167,72,17); }
H1.HeaderClassName
{
color: #A74811;
}
.AnyTagClassName
{
color: #A74811;
}
</style>
background-color css
<style>
a { background-color: #A74811; }
a { background-color: rgb(167,72,17); }
div.DivClassName
{
background-color: #A74811;
}
.BgClassName
{
background-color: #A74811;
}
</style>
border-color css
<style>
span { border-color: #A74811; }
span { border-color: rgb(167,72,17); }
td.TdClassName
{
border-color: #A74811;
}
.TagClassName
{
border-color: #A74811;
}
</style>