Shades of Rust #A6400C
Tints of Rust #A6400C
RGB
CMYK
RGB Variations
Color information
#A6400C (or 0xA6400C) is known color: Rust. HEX triplet: A6, 40 and 0C. RGB value is (166,64,12). Sum of RGB (Red+Green+Blue) = 166+64+12=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A6400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6400C is #59BFF3. Grayscale: #585858. Windows color (decimal): -5881844 or 802982. OLE color: 802982.
HSL color Cylindrical-coordinate representation of color #A6400C: hue angle of 20.26º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6400C is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 12 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.35 |
| HSL | 20.26º | 0.87% | 0.35% | - |
| HSV(B) | 20.26º | 0.93% | 0.65% | - |
| XYZ | 17.63 | 11.8 | 1.7 | - |
| YUV | 88.57 | 84.79 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 12 | 0 | 0.61 | 0.93 | 0.35 | 20.26 | 0.87 | 0.35 |
| Hex | A6 | 40 | C | 0 | 3D | 5D | 23 | 14 | 57 | 23 |
| Octal | 246 | 100 | 14 | 0 | 75 | 135 | 43 | 24 | 127 | 43 |
| Binary | 10100110 | 1000000 | 1100 | 0 | 111101 | 1011101 | 100011 | 10100 | 1010111 | 100011 |
Color Harmonies of #A6400C
Complementary color
Monochromatic Colors of #A6400C
Black with #A6400C
Text Example
Text Example
White with #A6400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6400C; }
p { color: rgb(166,64,12); }
H1.HeaderClassName
{
color: #A6400C;
}
.AnyTagClassName
{
color: #A6400C;
}
</style>
background-color css
<style>
a { background-color: #A6400C; }
a { background-color: rgb(166,64,12); }
div.DivClassName
{
background-color: #A6400C;
}
.BgClassName
{
background-color: #A6400C;
}
</style>
border-color css
<style>
span { border-color: #A6400C; }
span { border-color: rgb(166,64,12); }
td.TdClassName
{
border-color: #A6400C;
}
.TagClassName
{
border-color: #A6400C;
}
</style>