Shades of Rust #A74511
Tints of Rust #A74511
RGB
CMYK
RGB Variations
Color information
#A74511 (or 0xA74511) is known color: Rust. HEX triplet: A7, 45 and 11. RGB value is (167,69,17). Sum of RGB (Red+Green+Blue) = 167+69+17=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A74511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74511 is #58BAEE. Grayscale: #5C5C5C. Windows color (decimal): -5815023 or 1131943. OLE color: 1131943.
HSL color Cylindrical-coordinate representation of color #A74511: hue angle of 20.8º 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 #A74511 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 69 | 17 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.35 |
| HSL | 20.8º | 0.82% | 0.36% | - |
| HSV(B) | 20.8º | 0.9% | 0.65% | - |
| XYZ | 18.17 | 12.51 | 1.99 | - |
| YUV | 92.37 | 85.47 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 17 | 0 | 0.59 | 0.90 | 0.35 | 20.8 | 0.82 | 0.36 |
| Hex | A7 | 45 | 11 | 0 | 3B | 5A | 23 | 15 | 52 | 24 |
| Octal | 247 | 105 | 21 | 0 | 73 | 132 | 43 | 25 | 122 | 44 |
| Binary | 10100111 | 1000101 | 10001 | 0 | 111011 | 1011010 | 100011 | 10101 | 1010010 | 100100 |
Color Harmonies of #A74511
Complementary color
Monochromatic Colors of #A74511
Black with #A74511
Text Example
Text Example
White with #A74511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74511; }
p { color: rgb(167,69,17); }
H1.HeaderClassName
{
color: #A74511;
}
.AnyTagClassName
{
color: #A74511;
}
</style>
background-color css
<style>
a { background-color: #A74511; }
a { background-color: rgb(167,69,17); }
div.DivClassName
{
background-color: #A74511;
}
.BgClassName
{
background-color: #A74511;
}
</style>
border-color css
<style>
span { border-color: #A74511; }
span { border-color: rgb(167,69,17); }
td.TdClassName
{
border-color: #A74511;
}
.TagClassName
{
border-color: #A74511;
}
</style>