Shades of Rust #A22F05
Tints of Rust #A22F05
RGB
CMYK
RGB Variations
Color information
#A22F05 (or 0xA22F05) is known color: Rust. HEX triplet: A2, 2F and 05. RGB value is (162,47,5). Sum of RGB (Red+Green+Blue) = 162+47+5=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A22F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22F05 is #5DD0FA. Grayscale: #4C4C4C. Windows color (decimal): -6148347 or 339874. OLE color: 339874.
HSL color Cylindrical-coordinate representation of color #A22F05: hue angle of 16.05º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A22F05 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 47 | 5 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.36 |
| HSL | 16.05º | 0.94% | 0.33% | - |
| HSV(B) | 16.05º | 0.97% | 0.64% | - |
| XYZ | 15.94 | 9.73 | 1.18 | - |
| YUV | 76.6 | 87.6 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 47 | 5 | 0 | 0.71 | 0.97 | 0.36 | 16.05 | 0.94 | 0.33 |
| Hex | A2 | 2F | 5 | 0 | 47 | 61 | 24 | 10 | 5E | 21 |
| Octal | 242 | 57 | 5 | 0 | 107 | 141 | 44 | 20 | 136 | 41 |
| Binary | 10100010 | 101111 | 101 | 0 | 1000111 | 1100001 | 100100 | 10000 | 1011110 | 100001 |
Color Harmonies of #A22F05
Complementary color
Monochromatic Colors of #A22F05
Black with #A22F05
Text Example
Text Example
White with #A22F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22F05; }
p { color: rgb(162,47,5); }
H1.HeaderClassName
{
color: #A22F05;
}
.AnyTagClassName
{
color: #A22F05;
}
</style>
background-color css
<style>
a { background-color: #A22F05; }
a { background-color: rgb(162,47,5); }
div.DivClassName
{
background-color: #A22F05;
}
.BgClassName
{
background-color: #A22F05;
}
</style>
border-color css
<style>
span { border-color: #A22F05; }
span { border-color: rgb(162,47,5); }
td.TdClassName
{
border-color: #A22F05;
}
.TagClassName
{
border-color: #A22F05;
}
</style>