Shades of Rust #A64411
Tints of Rust #A64411
RGB
CMYK
RGB Variations
Color information
#A64411 (or 0xA64411) is known color: Rust. HEX triplet: A6, 44 and 11. RGB value is (166,68,17). Sum of RGB (Red+Green+Blue) = 166+68+17=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A64411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64411 is #59BBEE. Grayscale: #5B5B5B. Windows color (decimal): -5880815 or 1131686. OLE color: 1131686.
HSL color Cylindrical-coordinate representation of color #A64411: hue angle of 20.54º degrees, saturation: 0.81, 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 #A64411 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 17 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.35 |
| HSL | 20.54º | 0.81% | 0.36% | - |
| HSV(B) | 20.54º | 0.9% | 0.65% | - |
| XYZ | 17.89 | 12.28 | 1.96 | - |
| YUV | 91.49 | 85.97 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 17 | 0 | 0.59 | 0.90 | 0.35 | 20.54 | 0.81 | 0.36 |
| Hex | A6 | 44 | 11 | 0 | 3B | 5A | 23 | 15 | 51 | 24 |
| Octal | 246 | 104 | 21 | 0 | 73 | 132 | 43 | 25 | 121 | 44 |
| Binary | 10100110 | 1000100 | 10001 | 0 | 111011 | 1011010 | 100011 | 10101 | 1010001 | 100100 |
Color Harmonies of #A64411
Complementary color
Monochromatic Colors of #A64411
Black with #A64411
Text Example
Text Example
White with #A64411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64411; }
p { color: rgb(166,68,17); }
H1.HeaderClassName
{
color: #A64411;
}
.AnyTagClassName
{
color: #A64411;
}
</style>
background-color css
<style>
a { background-color: #A64411; }
a { background-color: rgb(166,68,17); }
div.DivClassName
{
background-color: #A64411;
}
.BgClassName
{
background-color: #A64411;
}
</style>
border-color css
<style>
span { border-color: #A64411; }
span { border-color: rgb(166,68,17); }
td.TdClassName
{
border-color: #A64411;
}
.TagClassName
{
border-color: #A64411;
}
</style>