Shades of Rust #A64912
Tints of Rust #A64912
RGB
CMYK
RGB Variations
Color information
#A64912 (or 0xA64912) is known color: Rust. HEX triplet: A6, 49 and 12. RGB value is (166,73,18). Sum of RGB (Red+Green+Blue) = 166+73+18=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A64912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64912 is #59B6ED. Grayscale: #5E5E5E. Windows color (decimal): -5879534 or 1198502. OLE color: 1198502.
HSL color Cylindrical-coordinate representation of color #A64912: hue angle of 22.3º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A64912 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 73 | 18 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.35 |
| HSL | 22.3º | 0.8% | 0.36% | - |
| HSV(B) | 22.3º | 0.89% | 0.65% | - |
| XYZ | 18.22 | 12.92 | 2.11 | - |
| YUV | 94.54 | 84.81 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 18 | 0 | 0.56 | 0.89 | 0.35 | 22.3 | 0.8 | 0.36 |
| Hex | A6 | 49 | 12 | 0 | 38 | 59 | 23 | 16 | 50 | 24 |
| Octal | 246 | 111 | 22 | 0 | 70 | 131 | 43 | 26 | 120 | 44 |
| Binary | 10100110 | 1001001 | 10010 | 0 | 111000 | 1011001 | 100011 | 10110 | 1010000 | 100100 |
Color Harmonies of #A64912
Complementary color
Monochromatic Colors of #A64912
Black with #A64912
Text Example
Text Example
White with #A64912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64912; }
p { color: rgb(166,73,18); }
H1.HeaderClassName
{
color: #A64912;
}
.AnyTagClassName
{
color: #A64912;
}
</style>
background-color css
<style>
a { background-color: #A64912; }
a { background-color: rgb(166,73,18); }
div.DivClassName
{
background-color: #A64912;
}
.BgClassName
{
background-color: #A64912;
}
</style>
border-color css
<style>
span { border-color: #A64912; }
span { border-color: rgb(166,73,18); }
td.TdClassName
{
border-color: #A64912;
}
.TagClassName
{
border-color: #A64912;
}
</style>