Shades of Rust #AA2501
Tints of Rust #AA2501
RGB
CMYK
RGB Variations
Color information
#AA2501 (or 0xAA2501) is known color: Rust. HEX triplet: AA, 25 and 01. RGB value is (170,37,1). Sum of RGB (Red+Green+Blue) = 170+37+1=208 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.73% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2501 is #55DAFE. Grayscale: #484848. Windows color (decimal): -5626623 or 75178. OLE color: 75178.
HSL color Cylindrical-coordinate representation of color #AA2501: hue angle of 12.78º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA2501 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.33 |
| HSL | 12.78º | 0.99% | 0.34% | - |
| HSV(B) | 12.78º | 0.99% | 0.67% | - |
| XYZ | 17.24 | 9.87 | 1.03 | - |
| YUV | 72.66 | 87.56 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 1 | 0 | 0.78 | 0.99 | 0.33 | 12.78 | 0.99 | 0.34 |
| Hex | AA | 25 | 1 | 0 | 4E | 63 | 21 | D | 63 | 22 |
| Octal | 252 | 45 | 1 | 0 | 116 | 143 | 41 | 15 | 143 | 42 |
| Binary | 10101010 | 100101 | 1 | 0 | 1001110 | 1100011 | 100001 | 1101 | 1100011 | 100010 |
Color Harmonies of #AA2501
Complementary color
Monochromatic Colors of #AA2501
Black with #AA2501
Text Example
Text Example
White with #AA2501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2501; }
p { color: rgb(170,37,1); }
H1.HeaderClassName
{
color: #AA2501;
}
.AnyTagClassName
{
color: #AA2501;
}
</style>
background-color css
<style>
a { background-color: #AA2501; }
a { background-color: rgb(170,37,1); }
div.DivClassName
{
background-color: #AA2501;
}
.BgClassName
{
background-color: #AA2501;
}
</style>
border-color css
<style>
span { border-color: #AA2501; }
span { border-color: rgb(170,37,1); }
td.TdClassName
{
border-color: #AA2501;
}
.TagClassName
{
border-color: #AA2501;
}
</style>