Shades of Rust #AA3401
Tints of Rust #AA3401
RGB
CMYK
RGB Variations
Color information
#AA3401 (or 0xAA3401) is known color: Rust. HEX triplet: AA, 34 and 01. RGB value is (170,52,1). Sum of RGB (Red+Green+Blue) = 170+52+1=223 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.23% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3401 is #55CBFE. Grayscale: #515151. Windows color (decimal): -5622783 or 79018. OLE color: 79018.
HSL color Cylindrical-coordinate representation of color #AA3401: hue angle of 18.11º 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 #AA3401 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.33 |
| HSL | 18.11º | 0.99% | 0.34% | - |
| HSV(B) | 18.11º | 0.99% | 0.67% | - |
| XYZ | 17.81 | 11 | 1.21 | - |
| YUV | 81.47 | 82.59 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 1 | 0 | 0.69 | 0.99 | 0.33 | 18.11 | 0.99 | 0.34 |
| Hex | AA | 34 | 1 | 0 | 45 | 63 | 21 | 12 | 63 | 22 |
| Octal | 252 | 64 | 1 | 0 | 105 | 143 | 41 | 22 | 143 | 42 |
| Binary | 10101010 | 110100 | 1 | 0 | 1000101 | 1100011 | 100001 | 10010 | 1100011 | 100010 |
Color Harmonies of #AA3401
Complementary color
Monochromatic Colors of #AA3401
Black with #AA3401
Text Example
Text Example
White with #AA3401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3401; }
p { color: rgb(170,52,1); }
H1.HeaderClassName
{
color: #AA3401;
}
.AnyTagClassName
{
color: #AA3401;
}
</style>
background-color css
<style>
a { background-color: #AA3401; }
a { background-color: rgb(170,52,1); }
div.DivClassName
{
background-color: #AA3401;
}
.BgClassName
{
background-color: #AA3401;
}
</style>
border-color css
<style>
span { border-color: #AA3401; }
span { border-color: rgb(170,52,1); }
td.TdClassName
{
border-color: #AA3401;
}
.TagClassName
{
border-color: #AA3401;
}
</style>