Shades of Rust #AA2E02
Tints of Rust #AA2E02
RGB
CMYK
RGB Variations
Color information
#AA2E02 (or 0xAA2E02) is known color: Rust. HEX triplet: AA, 2E and 02. RGB value is (170,46,2). Sum of RGB (Red+Green+Blue) = 170+46+2=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2E02 is #55D1FD. Grayscale: #4E4E4E. Windows color (decimal): -5624318 or 143018. OLE color: 143018.
HSL color Cylindrical-coordinate representation of color #AA2E02: hue angle of 15.71º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA2E02 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.33 |
| HSL | 15.71º | 0.98% | 0.34% | - |
| HSV(B) | 15.71º | 0.99% | 0.67% | - |
| XYZ | 17.57 | 10.5 | 1.16 | - |
| YUV | 78.06 | 85.08 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 2 | 0 | 0.73 | 0.99 | 0.33 | 15.71 | 0.98 | 0.34 |
| Hex | AA | 2E | 2 | 0 | 49 | 63 | 21 | 10 | 62 | 22 |
| Octal | 252 | 56 | 2 | 0 | 111 | 143 | 41 | 20 | 142 | 42 |
| Binary | 10101010 | 101110 | 10 | 0 | 1001001 | 1100011 | 100001 | 10000 | 1100010 | 100010 |
Color Harmonies of #AA2E02
Complementary color
Monochromatic Colors of #AA2E02
Black with #AA2E02
Text Example
Text Example
White with #AA2E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E02; }
p { color: rgb(170,46,2); }
H1.HeaderClassName
{
color: #AA2E02;
}
.AnyTagClassName
{
color: #AA2E02;
}
</style>
background-color css
<style>
a { background-color: #AA2E02; }
a { background-color: rgb(170,46,2); }
div.DivClassName
{
background-color: #AA2E02;
}
.BgClassName
{
background-color: #AA2E02;
}
</style>
border-color css
<style>
span { border-color: #AA2E02; }
span { border-color: rgb(170,46,2); }
td.TdClassName
{
border-color: #AA2E02;
}
.TagClassName
{
border-color: #AA2E02;
}
</style>