Shades of Rust #AA2800
Tints of Rust #AA2800
RGB
CMYK
RGB Variations
Color information
#AA2800 (or 0xAA2800) is known color: Rust. HEX triplet: AA, 28 and 00. RGB value is (170,40,0). Sum of RGB (Red+Green+Blue) = 170+40+0=210 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.95% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2800 is #55D7FF. Grayscale: #4A4A4A. Windows color (decimal): -5625856 or 10410. OLE color: 10410.
HSL color Cylindrical-coordinate representation of color #AA2800: hue angle of 14.12º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA2800 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 40 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.33 |
| HSL | 14.12º | 1% | 0.33% | - |
| HSV(B) | 14.12º | 1% | 0.67% | - |
| XYZ | 17.34 | 10.06 | 1.03 | - |
| YUV | 74.31 | 86.07 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 0 | 0 | 0.76 | 1 | 0.33 | 14.12 | 1 | 0.33 |
| Hex | AA | 28 | 0 | 0 | 4C | 64 | 21 | E | 64 | 21 |
| Octal | 252 | 50 | 0 | 0 | 114 | 144 | 41 | 16 | 144 | 41 |
| Binary | 10101010 | 101000 | 0 | 0 | 1001100 | 1100100 | 100001 | 1110 | 1100100 | 100001 |
Color Harmonies of #AA2800
Complementary color
Monochromatic Colors of #AA2800
Black with #AA2800
Text Example
Text Example
White with #AA2800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2800; }
p { color: rgb(170,40,0); }
H1.HeaderClassName
{
color: #AA2800;
}
.AnyTagClassName
{
color: #AA2800;
}
</style>
background-color css
<style>
a { background-color: #AA2800; }
a { background-color: rgb(170,40,0); }
div.DivClassName
{
background-color: #AA2800;
}
.BgClassName
{
background-color: #AA2800;
}
</style>
border-color css
<style>
span { border-color: #AA2800; }
span { border-color: rgb(170,40,0); }
td.TdClassName
{
border-color: #AA2800;
}
.TagClassName
{
border-color: #AA2800;
}
</style>