Shades of Rust #AA4102
Tints of Rust #AA4102
RGB
CMYK
RGB Variations
Color information
#AA4102 (or 0xAA4102) is known color: Rust. HEX triplet: AA, 41 and 02. RGB value is (170,65,2). Sum of RGB (Red+Green+Blue) = 170+65+2=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4102 is #55BEFD. Grayscale: #595959. Windows color (decimal): -5619454 or 147882. OLE color: 147882.
HSL color Cylindrical-coordinate representation of color #AA4102: hue angle of 22.5º degrees, saturation: 0.98, 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 #AA4102 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.33 |
| HSL | 22.5º | 0.98% | 0.34% | - |
| HSV(B) | 22.5º | 0.99% | 0.67% | - |
| XYZ | 18.48 | 12.33 | 1.46 | - |
| YUV | 89.21 | 78.79 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 2 | 0 | 0.62 | 0.99 | 0.33 | 22.5 | 0.98 | 0.34 |
| Hex | AA | 41 | 2 | 0 | 3E | 63 | 21 | 16 | 62 | 22 |
| Octal | 252 | 101 | 2 | 0 | 76 | 143 | 41 | 26 | 142 | 42 |
| Binary | 10101010 | 1000001 | 10 | 0 | 111110 | 1100011 | 100001 | 10110 | 1100010 | 100010 |
Color Harmonies of #AA4102
Complementary color
Monochromatic Colors of #AA4102
Black with #AA4102
Text Example
Text Example
White with #AA4102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4102; }
p { color: rgb(170,65,2); }
H1.HeaderClassName
{
color: #AA4102;
}
.AnyTagClassName
{
color: #AA4102;
}
</style>
background-color css
<style>
a { background-color: #AA4102; }
a { background-color: rgb(170,65,2); }
div.DivClassName
{
background-color: #AA4102;
}
.BgClassName
{
background-color: #AA4102;
}
</style>
border-color css
<style>
span { border-color: #AA4102; }
span { border-color: rgb(170,65,2); }
td.TdClassName
{
border-color: #AA4102;
}
.TagClassName
{
border-color: #AA4102;
}
</style>