Shades of Rust #AA380A
Tints of Rust #AA380A
RGB
CMYK
RGB Variations
Color information
#AA380A (or 0xAA380A) is known color: Rust. HEX triplet: AA, 38 and 0A. RGB value is (170,56,10). Sum of RGB (Red+Green+Blue) = 170+56+10=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA380A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA380A is #55C7F5. Grayscale: #555555. Windows color (decimal): -5621750 or 669866. OLE color: 669866.
HSL color Cylindrical-coordinate representation of color #AA380A: hue angle of 17.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA380A is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 10 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.33 |
| HSL | 17.25º | 0.89% | 0.35% | - |
| HSV(B) | 17.25º | 0.94% | 0.67% | - |
| XYZ | 18.05 | 11.4 | 1.54 | - |
| YUV | 84.84 | 85.77 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 10 | 0 | 0.67 | 0.94 | 0.33 | 17.25 | 0.89 | 0.35 |
| Hex | AA | 38 | A | 0 | 43 | 5E | 21 | 11 | 59 | 23 |
| Octal | 252 | 70 | 12 | 0 | 103 | 136 | 41 | 21 | 131 | 43 |
| Binary | 10101010 | 111000 | 1010 | 0 | 1000011 | 1011110 | 100001 | 10001 | 1011001 | 100011 |
Color Harmonies of #AA380A
Complementary color
Monochromatic Colors of #AA380A
Black with #AA380A
Text Example
Text Example
White with #AA380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA380A; }
p { color: rgb(170,56,10); }
H1.HeaderClassName
{
color: #AA380A;
}
.AnyTagClassName
{
color: #AA380A;
}
</style>
background-color css
<style>
a { background-color: #AA380A; }
a { background-color: rgb(170,56,10); }
div.DivClassName
{
background-color: #AA380A;
}
.BgClassName
{
background-color: #AA380A;
}
</style>
border-color css
<style>
span { border-color: #AA380A; }
span { border-color: rgb(170,56,10); }
td.TdClassName
{
border-color: #AA380A;
}
.TagClassName
{
border-color: #AA380A;
}
</style>