Shades of Rust #A64B11
Tints of Rust #A64B11
RGB
CMYK
RGB Variations
Color information
#A64B11 (or 0xA64B11) is known color: Rust. HEX triplet: A6, 4B and 11. RGB value is (166,75,17). Sum of RGB (Red+Green+Blue) = 166+75+17=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64B11 is #59B4EE. Grayscale: #5F5F5F. Windows color (decimal): -5879023 or 1133478. OLE color: 1133478.
HSL color Cylindrical-coordinate representation of color #A64B11: hue angle of 23.36º 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 #A64B11 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 75 | 17 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.35 |
| HSL | 23.36º | 0.81% | 0.36% | - |
| HSV(B) | 23.36º | 0.9% | 0.65% | - |
| XYZ | 18.34 | 13.18 | 2.11 | - |
| YUV | 95.6 | 83.65 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 17 | 0 | 0.55 | 0.90 | 0.35 | 23.36 | 0.81 | 0.36 |
| Hex | A6 | 4B | 11 | 0 | 37 | 5A | 23 | 17 | 51 | 24 |
| Octal | 246 | 113 | 21 | 0 | 67 | 132 | 43 | 27 | 121 | 44 |
| Binary | 10100110 | 1001011 | 10001 | 0 | 110111 | 1011010 | 100011 | 10111 | 1010001 | 100100 |
Color Harmonies of #A64B11
Complementary color
Monochromatic Colors of #A64B11
Black with #A64B11
Text Example
Text Example
White with #A64B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64B11; }
p { color: rgb(166,75,17); }
H1.HeaderClassName
{
color: #A64B11;
}
.AnyTagClassName
{
color: #A64B11;
}
</style>
background-color css
<style>
a { background-color: #A64B11; }
a { background-color: rgb(166,75,17); }
div.DivClassName
{
background-color: #A64B11;
}
.BgClassName
{
background-color: #A64B11;
}
</style>
border-color css
<style>
span { border-color: #A64B11; }
span { border-color: rgb(166,75,17); }
td.TdClassName
{
border-color: #A64B11;
}
.TagClassName
{
border-color: #A64B11;
}
</style>