Shades of Rust #A6410A
Tints of Rust #A6410A
RGB
CMYK
RGB Variations
Color information
#A6410A (or 0xA6410A) is known color: Rust. HEX triplet: A6, 41 and 0A. RGB value is (166,65,10). Sum of RGB (Red+Green+Blue) = 166+65+10=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A6410A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6410A is #59BEF5. Grayscale: #595959. Windows color (decimal): -5881590 or 672166. OLE color: 672166.
HSL color Cylindrical-coordinate representation of color #A6410A: hue angle of 21.15º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6410A is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 65 | 10 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.35 |
| HSL | 21.15º | 0.89% | 0.35% | - |
| HSV(B) | 21.15º | 0.94% | 0.65% | - |
| XYZ | 17.67 | 11.91 | 1.65 | - |
| YUV | 88.93 | 83.46 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 10 | 0 | 0.61 | 0.94 | 0.35 | 21.15 | 0.89 | 0.35 |
| Hex | A6 | 41 | A | 0 | 3D | 5E | 23 | 15 | 59 | 23 |
| Octal | 246 | 101 | 12 | 0 | 75 | 136 | 43 | 25 | 131 | 43 |
| Binary | 10100110 | 1000001 | 1010 | 0 | 111101 | 1011110 | 100011 | 10101 | 1011001 | 100011 |
Color Harmonies of #A6410A
Complementary color
Monochromatic Colors of #A6410A
Black with #A6410A
Text Example
Text Example
White with #A6410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6410A; }
p { color: rgb(166,65,10); }
H1.HeaderClassName
{
color: #A6410A;
}
.AnyTagClassName
{
color: #A6410A;
}
</style>
background-color css
<style>
a { background-color: #A6410A; }
a { background-color: rgb(166,65,10); }
div.DivClassName
{
background-color: #A6410A;
}
.BgClassName
{
background-color: #A6410A;
}
</style>
border-color css
<style>
span { border-color: #A6410A; }
span { border-color: rgb(166,65,10); }
td.TdClassName
{
border-color: #A6410A;
}
.TagClassName
{
border-color: #A6410A;
}
</style>