Shades of Rust #A74411
Tints of Rust #A74411
RGB
CMYK
RGB Variations
Color information
#A74411 (or 0xA74411) is known color: Rust. HEX triplet: A7, 44 and 11. RGB value is (167,68,17). Sum of RGB (Red+Green+Blue) = 167+68+17=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A74411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74411 is #58BBEE. Grayscale: #5C5C5C. Windows color (decimal): -5815279 or 1131687. OLE color: 1131687.
HSL color Cylindrical-coordinate representation of color #A74411: hue angle of 20.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 #A74411 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 68 | 17 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.35 |
| HSL | 20.4º | 0.82% | 0.36% | - |
| HSV(B) | 20.4º | 0.9% | 0.65% | - |
| XYZ | 18.1 | 12.39 | 1.97 | - |
| YUV | 91.79 | 85.8 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 68 | 17 | 0 | 0.59 | 0.90 | 0.35 | 20.4 | 0.82 | 0.36 |
| Hex | A7 | 44 | 11 | 0 | 3B | 5A | 23 | 14 | 52 | 24 |
| Octal | 247 | 104 | 21 | 0 | 73 | 132 | 43 | 24 | 122 | 44 |
| Binary | 10100111 | 1000100 | 10001 | 0 | 111011 | 1011010 | 100011 | 10100 | 1010010 | 100100 |
Color Harmonies of #A74411
Complementary color
Monochromatic Colors of #A74411
Black with #A74411
Text Example
Text Example
White with #A74411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74411; }
p { color: rgb(167,68,17); }
H1.HeaderClassName
{
color: #A74411;
}
.AnyTagClassName
{
color: #A74411;
}
</style>
background-color css
<style>
a { background-color: #A74411; }
a { background-color: rgb(167,68,17); }
div.DivClassName
{
background-color: #A74411;
}
.BgClassName
{
background-color: #A74411;
}
</style>
border-color css
<style>
span { border-color: #A74411; }
span { border-color: rgb(167,68,17); }
td.TdClassName
{
border-color: #A74411;
}
.TagClassName
{
border-color: #A74411;
}
</style>