Shades of Rust #A22C04
Tints of Rust #A22C04
RGB
CMYK
RGB Variations
Color information
#A22C04 (or 0xA22C04) is known color: Rust. HEX triplet: A2, 2C and 04. RGB value is (162,44,4). Sum of RGB (Red+Green+Blue) = 162+44+4=210 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.14% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22C04 is #5DD3FB. Grayscale: #4B4B4B. Windows color (decimal): -6149116 or 273570. OLE color: 273570.
HSL color Cylindrical-coordinate representation of color #A22C04: hue angle of 15.19º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A22C04 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 44 | 4 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.36 |
| HSL | 15.19º | 0.95% | 0.33% | - |
| HSV(B) | 15.19º | 0.98% | 0.64% | - |
| XYZ | 15.82 | 9.49 | 1.11 | - |
| YUV | 74.72 | 88.09 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 44 | 4 | 0 | 0.73 | 0.98 | 0.36 | 15.19 | 0.95 | 0.33 |
| Hex | A2 | 2C | 4 | 0 | 49 | 62 | 24 | F | 5F | 21 |
| Octal | 242 | 54 | 4 | 0 | 111 | 142 | 44 | 17 | 137 | 41 |
| Binary | 10100010 | 101100 | 100 | 0 | 1001001 | 1100010 | 100100 | 1111 | 1011111 | 100001 |
Color Harmonies of #A22C04
Complementary color
Monochromatic Colors of #A22C04
Black with #A22C04
Text Example
Text Example
White with #A22C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22C04; }
p { color: rgb(162,44,4); }
H1.HeaderClassName
{
color: #A22C04;
}
.AnyTagClassName
{
color: #A22C04;
}
</style>
background-color css
<style>
a { background-color: #A22C04; }
a { background-color: rgb(162,44,4); }
div.DivClassName
{
background-color: #A22C04;
}
.BgClassName
{
background-color: #A22C04;
}
</style>
border-color css
<style>
span { border-color: #A22C04; }
span { border-color: rgb(162,44,4); }
td.TdClassName
{
border-color: #A22C04;
}
.TagClassName
{
border-color: #A22C04;
}
</style>