Shades of Rust #AA2F04
Tints of Rust #AA2F04
RGB
CMYK
RGB Variations
Color information
#AA2F04 (or 0xAA2F04) is known color: Rust. HEX triplet: AA, 2F and 04. RGB value is (170,47,4). Sum of RGB (Red+Green+Blue) = 170+47+4=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2F04 is #55D0FB. Grayscale: #4F4F4F. Windows color (decimal): -5624060 or 274346. OLE color: 274346.
HSL color Cylindrical-coordinate representation of color #AA2F04: hue angle of 15.54º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA2F04 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 47 | 4 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.33 |
| HSL | 15.54º | 0.95% | 0.34% | - |
| HSV(B) | 15.54º | 0.98% | 0.67% | - |
| XYZ | 17.62 | 10.59 | 1.23 | - |
| YUV | 78.88 | 85.75 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 4 | 0 | 0.72 | 0.98 | 0.33 | 15.54 | 0.95 | 0.34 |
| Hex | AA | 2F | 4 | 0 | 48 | 62 | 21 | 10 | 5F | 22 |
| Octal | 252 | 57 | 4 | 0 | 110 | 142 | 41 | 20 | 137 | 42 |
| Binary | 10101010 | 101111 | 100 | 0 | 1001000 | 1100010 | 100001 | 10000 | 1011111 | 100010 |
Color Harmonies of #AA2F04
Complementary color
Monochromatic Colors of #AA2F04
Black with #AA2F04
Text Example
Text Example
White with #AA2F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2F04; }
p { color: rgb(170,47,4); }
H1.HeaderClassName
{
color: #AA2F04;
}
.AnyTagClassName
{
color: #AA2F04;
}
</style>
background-color css
<style>
a { background-color: #AA2F04; }
a { background-color: rgb(170,47,4); }
div.DivClassName
{
background-color: #AA2F04;
}
.BgClassName
{
background-color: #AA2F04;
}
</style>
border-color css
<style>
span { border-color: #AA2F04; }
span { border-color: rgb(170,47,4); }
td.TdClassName
{
border-color: #AA2F04;
}
.TagClassName
{
border-color: #AA2F04;
}
</style>