Shades of Rust #AA431A
Tints of Rust #AA431A
RGB
CMYK
RGB Variations
Color information
#AA431A (or 0xAA431A) is known color: Rust. HEX triplet: AA, 43 and 1A. RGB value is (170,67,26). Sum of RGB (Red+Green+Blue) = 170+67+26=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA431A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA431A is #55BCE5. Grayscale: #5D5D5D. Windows color (decimal): -5618918 or 1721258. OLE color: 1721258.
HSL color Cylindrical-coordinate representation of color #AA431A: hue angle of 17.08º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA431A is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 26 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.33 |
| HSL | 17.08º | 0.73% | 0.38% | - |
| HSV(B) | 17.08º | 0.85% | 0.67% | - |
| XYZ | 18.77 | 12.63 | 2.43 | - |
| YUV | 93.12 | 90.12 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 26 | 0 | 0.61 | 0.85 | 0.33 | 17.08 | 0.73 | 0.38 |
| Hex | AA | 43 | 1A | 0 | 3D | 55 | 21 | 11 | 49 | 26 |
| Octal | 252 | 103 | 32 | 0 | 75 | 125 | 41 | 21 | 111 | 46 |
| Binary | 10101010 | 1000011 | 11010 | 0 | 111101 | 1010101 | 100001 | 10001 | 1001001 | 100110 |
Color Harmonies of #AA431A
Complementary color
Monochromatic Colors of #AA431A
Black with #AA431A
Text Example
Text Example
White with #AA431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA431A; }
p { color: rgb(170,67,26); }
H1.HeaderClassName
{
color: #AA431A;
}
.AnyTagClassName
{
color: #AA431A;
}
</style>
background-color css
<style>
a { background-color: #AA431A; }
a { background-color: rgb(170,67,26); }
div.DivClassName
{
background-color: #AA431A;
}
.BgClassName
{
background-color: #AA431A;
}
</style>
border-color css
<style>
span { border-color: #AA431A; }
span { border-color: rgb(170,67,26); }
td.TdClassName
{
border-color: #AA431A;
}
.TagClassName
{
border-color: #AA431A;
}
</style>