Shades of Rust #A22C0D
Tints of Rust #A22C0D
RGB
CMYK
RGB Variations
Color information
#A22C0D (or 0xA22C0D) is known color: Rust. HEX triplet: A2, 2C and 0D. RGB value is (162,44,13). Sum of RGB (Red+Green+Blue) = 162+44+13=219 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.97% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22C0D is #5DD3F2. Grayscale: #4B4B4B. Windows color (decimal): -6149107 or 863394. OLE color: 863394.
HSL color Cylindrical-coordinate representation of color #A22C0D: hue angle of 12.48º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A22C0D is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 44 | 13 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.36 |
| HSL | 12.48º | 0.85% | 0.34% | - |
| HSV(B) | 12.48º | 0.92% | 0.64% | - |
| XYZ | 15.87 | 9.51 | 1.38 | - |
| YUV | 75.75 | 92.59 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 44 | 13 | 0 | 0.73 | 0.92 | 0.36 | 12.48 | 0.85 | 0.34 |
| Hex | A2 | 2C | D | 0 | 49 | 5C | 24 | C | 55 | 22 |
| Octal | 242 | 54 | 15 | 0 | 111 | 134 | 44 | 14 | 125 | 42 |
| Binary | 10100010 | 101100 | 1101 | 0 | 1001001 | 1011100 | 100100 | 1100 | 1010101 | 100010 |
Color Harmonies of #A22C0D
Complementary color
Monochromatic Colors of #A22C0D
Black with #A22C0D
Text Example
Text Example
White with #A22C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22C0D; }
p { color: rgb(162,44,13); }
H1.HeaderClassName
{
color: #A22C0D;
}
.AnyTagClassName
{
color: #A22C0D;
}
</style>
background-color css
<style>
a { background-color: #A22C0D; }
a { background-color: rgb(162,44,13); }
div.DivClassName
{
background-color: #A22C0D;
}
.BgClassName
{
background-color: #A22C0D;
}
</style>
border-color css
<style>
span { border-color: #A22C0D; }
span { border-color: rgb(162,44,13); }
td.TdClassName
{
border-color: #A22C0D;
}
.TagClassName
{
border-color: #A22C0D;
}
</style>