Shades of Rust #A64412
Tints of Rust #A64412
RGB
CMYK
RGB Variations
Color information
#A64412 (or 0xA64412) is known color: Rust. HEX triplet: A6, 44 and 12. RGB value is (166,68,18). Sum of RGB (Red+Green+Blue) = 166+68+18=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A64412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64412 is #59BBED. Grayscale: #5B5B5B. Windows color (decimal): -5880814 or 1197222. OLE color: 1197222.
HSL color Cylindrical-coordinate representation of color #A64412: hue angle of 20.27º 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 #A64412 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 18 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.35 |
| HSL | 20.27º | 0.8% | 0.36% | - |
| HSV(B) | 20.27º | 0.89% | 0.65% | - |
| XYZ | 17.9 | 12.28 | 2 | - |
| YUV | 91.6 | 86.47 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 18 | 0 | 0.59 | 0.89 | 0.35 | 20.27 | 0.8 | 0.36 |
| Hex | A6 | 44 | 12 | 0 | 3B | 59 | 23 | 14 | 50 | 24 |
| Octal | 246 | 104 | 22 | 0 | 73 | 131 | 43 | 24 | 120 | 44 |
| Binary | 10100110 | 1000100 | 10010 | 0 | 111011 | 1011001 | 100011 | 10100 | 1010000 | 100100 |
Color Harmonies of #A64412
Complementary color
Monochromatic Colors of #A64412
Black with #A64412
Text Example
Text Example
White with #A64412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64412; }
p { color: rgb(166,68,18); }
H1.HeaderClassName
{
color: #A64412;
}
.AnyTagClassName
{
color: #A64412;
}
</style>
background-color css
<style>
a { background-color: #A64412; }
a { background-color: rgb(166,68,18); }
div.DivClassName
{
background-color: #A64412;
}
.BgClassName
{
background-color: #A64412;
}
</style>
border-color css
<style>
span { border-color: #A64412; }
span { border-color: rgb(166,68,18); }
td.TdClassName
{
border-color: #A64412;
}
.TagClassName
{
border-color: #A64412;
}
</style>