Shades of Rust #A2390C
Tints of Rust #A2390C
RGB
CMYK
RGB Variations
Color information
#A2390C (or 0xA2390C) is known color: Rust. HEX triplet: A2, 39 and 0C. RGB value is (162,57,12). Sum of RGB (Red+Green+Blue) = 162+57+12=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A2390C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2390C is #5DC6F3. Grayscale: #535353. Windows color (decimal): -6145780 or 801186. OLE color: 801186.
HSL color Cylindrical-coordinate representation of color #A2390C: hue angle of 18º 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 #A2390C is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 12 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.36 |
| HSL | 18º | 0.86% | 0.34% | - |
| HSV(B) | 18º | 0.93% | 0.64% | - |
| XYZ | 16.43 | 10.63 | 1.53 | - |
| YUV | 83.27 | 87.79 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 12 | 0 | 0.65 | 0.93 | 0.36 | 18 | 0.86 | 0.34 |
| Hex | A2 | 39 | C | 0 | 41 | 5D | 24 | 12 | 56 | 22 |
| Octal | 242 | 71 | 14 | 0 | 101 | 135 | 44 | 22 | 126 | 42 |
| Binary | 10100010 | 111001 | 1100 | 0 | 1000001 | 1011101 | 100100 | 10010 | 1010110 | 100010 |
Color Harmonies of #A2390C
Complementary color
Monochromatic Colors of #A2390C
Black with #A2390C
Text Example
Text Example
White with #A2390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2390C; }
p { color: rgb(162,57,12); }
H1.HeaderClassName
{
color: #A2390C;
}
.AnyTagClassName
{
color: #A2390C;
}
</style>
background-color css
<style>
a { background-color: #A2390C; }
a { background-color: rgb(162,57,12); }
div.DivClassName
{
background-color: #A2390C;
}
.BgClassName
{
background-color: #A2390C;
}
</style>
border-color css
<style>
span { border-color: #A2390C; }
span { border-color: rgb(162,57,12); }
td.TdClassName
{
border-color: #A2390C;
}
.TagClassName
{
border-color: #A2390C;
}
</style>