Shades of Rust #A6470C
Tints of Rust #A6470C
RGB
CMYK
RGB Variations
Color information
#A6470C (or 0xA6470C) is known color: Rust. HEX triplet: A6, 47 and 0C. RGB value is (166,71,12). Sum of RGB (Red+Green+Blue) = 166+71+12=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A6470C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6470C is #59B8F3. Grayscale: #5D5D5D. Windows color (decimal): -5880052 or 804774. OLE color: 804774.
HSL color Cylindrical-coordinate representation of color #A6470C: hue angle of 22.99º 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 #A6470C is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 12 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.35 |
| HSL | 22.99º | 0.87% | 0.35% | - |
| HSV(B) | 22.99º | 0.93% | 0.65% | - |
| XYZ | 18.05 | 12.64 | 1.84 | - |
| YUV | 92.68 | 82.47 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 12 | 0 | 0.57 | 0.93 | 0.35 | 22.99 | 0.87 | 0.35 |
| Hex | A6 | 47 | C | 0 | 39 | 5D | 23 | 17 | 57 | 23 |
| Octal | 246 | 107 | 14 | 0 | 71 | 135 | 43 | 27 | 127 | 43 |
| Binary | 10100110 | 1000111 | 1100 | 0 | 111001 | 1011101 | 100011 | 10111 | 1010111 | 100011 |
Color Harmonies of #A6470C
Complementary color
Monochromatic Colors of #A6470C
Black with #A6470C
Text Example
Text Example
White with #A6470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6470C; }
p { color: rgb(166,71,12); }
H1.HeaderClassName
{
color: #A6470C;
}
.AnyTagClassName
{
color: #A6470C;
}
</style>
background-color css
<style>
a { background-color: #A6470C; }
a { background-color: rgb(166,71,12); }
div.DivClassName
{
background-color: #A6470C;
}
.BgClassName
{
background-color: #A6470C;
}
</style>
border-color css
<style>
span { border-color: #A6470C; }
span { border-color: rgb(166,71,12); }
td.TdClassName
{
border-color: #A6470C;
}
.TagClassName
{
border-color: #A6470C;
}
</style>