Shades of Rust #A2470C
Tints of Rust #A2470C
RGB
CMYK
RGB Variations
Color information
#A2470C (or 0xA2470C) is known color: Rust. HEX triplet: A2, 47 and 0C. RGB value is (162,71,12). Sum of RGB (Red+Green+Blue) = 162+71+12=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A2470C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2470C is #5DB8F3. Grayscale: #5B5B5B. Windows color (decimal): -6142196 or 804770. OLE color: 804770.
HSL color Cylindrical-coordinate representation of color #A2470C: hue angle of 23.6º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2470C is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 71 | 12 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.36 |
| HSL | 23.6º | 0.86% | 0.34% | - |
| HSV(B) | 23.6º | 0.93% | 0.64% | - |
| XYZ | 17.22 | 12.21 | 1.8 | - |
| YUV | 91.48 | 83.15 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 12 | 0 | 0.56 | 0.93 | 0.36 | 23.6 | 0.86 | 0.34 |
| Hex | A2 | 47 | C | 0 | 38 | 5D | 24 | 18 | 56 | 22 |
| Octal | 242 | 107 | 14 | 0 | 70 | 135 | 44 | 30 | 126 | 42 |
| Binary | 10100010 | 1000111 | 1100 | 0 | 111000 | 1011101 | 100100 | 11000 | 1010110 | 100010 |
Color Harmonies of #A2470C
Complementary color
Monochromatic Colors of #A2470C
Black with #A2470C
Text Example
Text Example
White with #A2470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2470C; }
p { color: rgb(162,71,12); }
H1.HeaderClassName
{
color: #A2470C;
}
.AnyTagClassName
{
color: #A2470C;
}
</style>
background-color css
<style>
a { background-color: #A2470C; }
a { background-color: rgb(162,71,12); }
div.DivClassName
{
background-color: #A2470C;
}
.BgClassName
{
background-color: #A2470C;
}
</style>
border-color css
<style>
span { border-color: #A2470C; }
span { border-color: rgb(162,71,12); }
td.TdClassName
{
border-color: #A2470C;
}
.TagClassName
{
border-color: #A2470C;
}
</style>