Shades of Rust #AA2D05
Tints of Rust #AA2D05
RGB
CMYK
RGB Variations
Color information
#AA2D05 (or 0xAA2D05) is known color: Rust. HEX triplet: AA, 2D and 05. RGB value is (170,45,5). Sum of RGB (Red+Green+Blue) = 170+45+5=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2D05 is #55D2FA. Grayscale: #4E4E4E. Windows color (decimal): -5624571 or 339370. OLE color: 339370.
HSL color Cylindrical-coordinate representation of color #AA2D05: hue angle of 14.55º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA2D05 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 45 | 5 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.33 |
| HSL | 14.55º | 0.94% | 0.34% | - |
| HSV(B) | 14.55º | 0.97% | 0.67% | - |
| XYZ | 17.54 | 10.43 | 1.23 | - |
| YUV | 77.82 | 86.91 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 5 | 0 | 0.74 | 0.97 | 0.33 | 14.55 | 0.94 | 0.34 |
| Hex | AA | 2D | 5 | 0 | 4A | 61 | 21 | F | 5E | 22 |
| Octal | 252 | 55 | 5 | 0 | 112 | 141 | 41 | 17 | 136 | 42 |
| Binary | 10101010 | 101101 | 101 | 0 | 1001010 | 1100001 | 100001 | 1111 | 1011110 | 100010 |
Color Harmonies of #AA2D05
Complementary color
Monochromatic Colors of #AA2D05
Black with #AA2D05
Text Example
Text Example
White with #AA2D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2D05; }
p { color: rgb(170,45,5); }
H1.HeaderClassName
{
color: #AA2D05;
}
.AnyTagClassName
{
color: #AA2D05;
}
</style>
background-color css
<style>
a { background-color: #AA2D05; }
a { background-color: rgb(170,45,5); }
div.DivClassName
{
background-color: #AA2D05;
}
.BgClassName
{
background-color: #AA2D05;
}
</style>
border-color css
<style>
span { border-color: #AA2D05; }
span { border-color: rgb(170,45,5); }
td.TdClassName
{
border-color: #AA2D05;
}
.TagClassName
{
border-color: #AA2D05;
}
</style>