Shades of Rust #A6440D
Tints of Rust #A6440D
RGB
CMYK
RGB Variations
Color information
#A6440D (or 0xA6440D) is known color: Rust. HEX triplet: A6, 44 and 0D. RGB value is (166,68,13). Sum of RGB (Red+Green+Blue) = 166+68+13=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A6440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6440D is #59BBF2. Grayscale: #5B5B5B. Windows color (decimal): -5880819 or 869542. OLE color: 869542.
HSL color Cylindrical-coordinate representation of color #A6440D: hue angle of 21.57º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6440D is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 13 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.35 |
| HSL | 21.57º | 0.85% | 0.35% | - |
| HSV(B) | 21.57º | 0.92% | 0.65% | - |
| XYZ | 17.87 | 12.27 | 1.81 | - |
| YUV | 91.03 | 83.97 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 13 | 0 | 0.59 | 0.92 | 0.35 | 21.57 | 0.85 | 0.35 |
| Hex | A6 | 44 | D | 0 | 3B | 5C | 23 | 16 | 55 | 23 |
| Octal | 246 | 104 | 15 | 0 | 73 | 134 | 43 | 26 | 125 | 43 |
| Binary | 10100110 | 1000100 | 1101 | 0 | 111011 | 1011100 | 100011 | 10110 | 1010101 | 100011 |
Color Harmonies of #A6440D
Complementary color
Monochromatic Colors of #A6440D
Black with #A6440D
Text Example
Text Example
White with #A6440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6440D; }
p { color: rgb(166,68,13); }
H1.HeaderClassName
{
color: #A6440D;
}
.AnyTagClassName
{
color: #A6440D;
}
</style>
background-color css
<style>
a { background-color: #A6440D; }
a { background-color: rgb(166,68,13); }
div.DivClassName
{
background-color: #A6440D;
}
.BgClassName
{
background-color: #A6440D;
}
</style>
border-color css
<style>
span { border-color: #A6440D; }
span { border-color: rgb(166,68,13); }
td.TdClassName
{
border-color: #A6440D;
}
.TagClassName
{
border-color: #A6440D;
}
</style>