Shades of Rust #A22C0A
Tints of Rust #A22C0A
RGB
CMYK
RGB Variations
Color information
#A22C0A (or 0xA22C0A) is known color: Rust. HEX triplet: A2, 2C and 0A. RGB value is (162,44,10). Sum of RGB (Red+Green+Blue) = 162+44+10=216 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22C0A is #5DD3F5. Grayscale: #4B4B4B. Windows color (decimal): -6149110 or 666786. OLE color: 666786.
HSL color Cylindrical-coordinate representation of color #A22C0A: hue angle of 13.42º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A22C0A is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 44 | 10 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.36 |
| HSL | 13.42º | 0.88% | 0.34% | - |
| HSV(B) | 13.42º | 0.94% | 0.64% | - |
| XYZ | 15.86 | 9.5 | 1.29 | - |
| YUV | 75.41 | 91.09 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 44 | 10 | 0 | 0.73 | 0.94 | 0.36 | 13.42 | 0.88 | 0.34 |
| Hex | A2 | 2C | A | 0 | 49 | 5E | 24 | D | 58 | 22 |
| Octal | 242 | 54 | 12 | 0 | 111 | 136 | 44 | 15 | 130 | 42 |
| Binary | 10100010 | 101100 | 1010 | 0 | 1001001 | 1011110 | 100100 | 1101 | 1011000 | 100010 |
Color Harmonies of #A22C0A
Complementary color
Monochromatic Colors of #A22C0A
Black with #A22C0A
Text Example
Text Example
White with #A22C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22C0A; }
p { color: rgb(162,44,10); }
H1.HeaderClassName
{
color: #A22C0A;
}
.AnyTagClassName
{
color: #A22C0A;
}
</style>
background-color css
<style>
a { background-color: #A22C0A; }
a { background-color: rgb(162,44,10); }
div.DivClassName
{
background-color: #A22C0A;
}
.BgClassName
{
background-color: #A22C0A;
}
</style>
border-color css
<style>
span { border-color: #A22C0A; }
span { border-color: rgb(162,44,10); }
td.TdClassName
{
border-color: #A22C0A;
}
.TagClassName
{
border-color: #A22C0A;
}
</style>