Shades of Rust #AA451B
Tints of Rust #AA451B
RGB
CMYK
RGB Variations
Color information
#AA451B (or 0xAA451B) is known color: Rust. HEX triplet: AA, 45 and 1B. RGB value is (170,69,27). Sum of RGB (Red+Green+Blue) = 170+69+27=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA451B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA451B is #55BAE4. Grayscale: #5E5E5E. Windows color (decimal): -5618405 or 1787306. OLE color: 1787306.
HSL color Cylindrical-coordinate representation of color #AA451B: hue angle of 17.62º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA451B is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 69 | 27 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.33 |
| HSL | 17.62º | 0.73% | 0.39% | - |
| HSV(B) | 17.62º | 0.84% | 0.67% | - |
| XYZ | 18.9 | 12.88 | 2.53 | - |
| YUV | 94.41 | 89.96 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 69 | 27 | 0 | 0.59 | 0.84 | 0.33 | 17.62 | 0.73 | 0.39 |
| Hex | AA | 45 | 1B | 0 | 3B | 54 | 21 | 12 | 49 | 27 |
| Octal | 252 | 105 | 33 | 0 | 73 | 124 | 41 | 22 | 111 | 47 |
| Binary | 10101010 | 1000101 | 11011 | 0 | 111011 | 1010100 | 100001 | 10010 | 1001001 | 100111 |
Color Harmonies of #AA451B
Complementary color
Monochromatic Colors of #AA451B
Black with #AA451B
Text Example
Text Example
White with #AA451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA451B; }
p { color: rgb(170,69,27); }
H1.HeaderClassName
{
color: #AA451B;
}
.AnyTagClassName
{
color: #AA451B;
}
</style>
background-color css
<style>
a { background-color: #AA451B; }
a { background-color: rgb(170,69,27); }
div.DivClassName
{
background-color: #AA451B;
}
.BgClassName
{
background-color: #AA451B;
}
</style>
border-color css
<style>
span { border-color: #AA451B; }
span { border-color: rgb(170,69,27); }
td.TdClassName
{
border-color: #AA451B;
}
.TagClassName
{
border-color: #AA451B;
}
</style>