Shades of Rust #AA2E0F
Tints of Rust #AA2E0F
RGB
CMYK
RGB Variations
Color information
#AA2E0F (or 0xAA2E0F) is known color: Rust. HEX triplet: AA, 2E and 0F. RGB value is (170,46,15). Sum of RGB (Red+Green+Blue) = 170+46+15=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2E0F is #55D1F0. Grayscale: #4F4F4F. Windows color (decimal): -5624305 or 994986. OLE color: 994986.
HSL color Cylindrical-coordinate representation of color #AA2E0F: hue angle of 12º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA2E0F is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 15 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.33 |
| HSL | 12º | 0.84% | 0.36% | - |
| HSV(B) | 12º | 0.91% | 0.67% | - |
| XYZ | 17.64 | 10.53 | 1.56 | - |
| YUV | 79.54 | 91.58 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 15 | 0 | 0.73 | 0.91 | 0.33 | 12 | 0.84 | 0.36 |
| Hex | AA | 2E | F | 0 | 49 | 5B | 21 | C | 54 | 24 |
| Octal | 252 | 56 | 17 | 0 | 111 | 133 | 41 | 14 | 124 | 44 |
| Binary | 10101010 | 101110 | 1111 | 0 | 1001001 | 1011011 | 100001 | 1100 | 1010100 | 100100 |
Color Harmonies of #AA2E0F
Complementary color
Monochromatic Colors of #AA2E0F
Black with #AA2E0F
Text Example
Text Example
White with #AA2E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E0F; }
p { color: rgb(170,46,15); }
H1.HeaderClassName
{
color: #AA2E0F;
}
.AnyTagClassName
{
color: #AA2E0F;
}
</style>
background-color css
<style>
a { background-color: #AA2E0F; }
a { background-color: rgb(170,46,15); }
div.DivClassName
{
background-color: #AA2E0F;
}
.BgClassName
{
background-color: #AA2E0F;
}
</style>
border-color css
<style>
span { border-color: #AA2E0F; }
span { border-color: rgb(170,46,15); }
td.TdClassName
{
border-color: #AA2E0F;
}
.TagClassName
{
border-color: #AA2E0F;
}
</style>