Shades of Rust #AA2D0F
Tints of Rust #AA2D0F
RGB
CMYK
RGB Variations
Color information
#AA2D0F (or 0xAA2D0F) is known color: Rust. HEX triplet: AA, 2D and 0F. RGB value is (170,45,15). Sum of RGB (Red+Green+Blue) = 170+45+15=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2D0F is #55D2F0. Grayscale: #4F4F4F. Windows color (decimal): -5624561 or 994730. OLE color: 994730.
HSL color Cylindrical-coordinate representation of color #AA2D0F: hue angle of 11.61º 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 #AA2D0F is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 45 | 15 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.33 |
| HSL | 11.61º | 0.84% | 0.36% | - |
| HSV(B) | 11.61º | 0.91% | 0.67% | - |
| XYZ | 17.6 | 10.46 | 1.54 | - |
| YUV | 78.96 | 91.91 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 15 | 0 | 0.74 | 0.91 | 0.33 | 11.61 | 0.84 | 0.36 |
| Hex | AA | 2D | F | 0 | 4A | 5B | 21 | C | 54 | 24 |
| Octal | 252 | 55 | 17 | 0 | 112 | 133 | 41 | 14 | 124 | 44 |
| Binary | 10101010 | 101101 | 1111 | 0 | 1001010 | 1011011 | 100001 | 1100 | 1010100 | 100100 |
Color Harmonies of #AA2D0F
Complementary color
Monochromatic Colors of #AA2D0F
Black with #AA2D0F
Text Example
Text Example
White with #AA2D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2D0F; }
p { color: rgb(170,45,15); }
H1.HeaderClassName
{
color: #AA2D0F;
}
.AnyTagClassName
{
color: #AA2D0F;
}
</style>
background-color css
<style>
a { background-color: #AA2D0F; }
a { background-color: rgb(170,45,15); }
div.DivClassName
{
background-color: #AA2D0F;
}
.BgClassName
{
background-color: #AA2D0F;
}
</style>
border-color css
<style>
span { border-color: #AA2D0F; }
span { border-color: rgb(170,45,15); }
td.TdClassName
{
border-color: #AA2D0F;
}
.TagClassName
{
border-color: #AA2D0F;
}
</style>