Shades of Rust #AA400F
Tints of Rust #AA400F
RGB
CMYK
RGB Variations
Color information
#AA400F (or 0xAA400F) is known color: Rust. HEX triplet: AA, 40 and 0F. RGB value is (170,64,15). Sum of RGB (Red+Green+Blue) = 170+64+15=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA400F is #55BFF0. Grayscale: #5A5A5A. Windows color (decimal): -5619697 or 999594. OLE color: 999594.
HSL color Cylindrical-coordinate representation of color #AA400F: hue angle of 18.97º 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 #AA400F is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 15 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.33 |
| HSL | 18.97º | 0.84% | 0.36% | - |
| HSV(B) | 18.97º | 0.91% | 0.67% | - |
| XYZ | 18.5 | 12.25 | 1.84 | - |
| YUV | 90.11 | 85.62 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 15 | 0 | 0.62 | 0.91 | 0.33 | 18.97 | 0.84 | 0.36 |
| Hex | AA | 40 | F | 0 | 3E | 5B | 21 | 13 | 54 | 24 |
| Octal | 252 | 100 | 17 | 0 | 76 | 133 | 41 | 23 | 124 | 44 |
| Binary | 10101010 | 1000000 | 1111 | 0 | 111110 | 1011011 | 100001 | 10011 | 1010100 | 100100 |
Color Harmonies of #AA400F
Complementary color
Monochromatic Colors of #AA400F
Black with #AA400F
Text Example
Text Example
White with #AA400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA400F; }
p { color: rgb(170,64,15); }
H1.HeaderClassName
{
color: #AA400F;
}
.AnyTagClassName
{
color: #AA400F;
}
</style>
background-color css
<style>
a { background-color: #AA400F; }
a { background-color: rgb(170,64,15); }
div.DivClassName
{
background-color: #AA400F;
}
.BgClassName
{
background-color: #AA400F;
}
</style>
border-color css
<style>
span { border-color: #AA400F; }
span { border-color: rgb(170,64,15); }
td.TdClassName
{
border-color: #AA400F;
}
.TagClassName
{
border-color: #AA400F;
}
</style>