Shades of Rust #AA300B
Tints of Rust #AA300B
RGB
CMYK
RGB Variations
Color information
#AA300B (or 0xAA300B) is known color: Rust. HEX triplet: AA, 30 and 0B. RGB value is (170,48,11). Sum of RGB (Red+Green+Blue) = 170+48+11=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA300B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA300B is #55CFF4. Grayscale: #505050. Windows color (decimal): -5623797 or 733354. OLE color: 733354.
HSL color Cylindrical-coordinate representation of color #AA300B: hue angle of 13.96º degrees, saturation: 0.88, 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 #AA300B is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 11 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.33 |
| HSL | 13.96º | 0.88% | 0.35% | - |
| HSV(B) | 13.96º | 0.94% | 0.67% | - |
| XYZ | 17.69 | 10.68 | 1.45 | - |
| YUV | 80.26 | 88.92 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 11 | 0 | 0.72 | 0.94 | 0.33 | 13.96 | 0.88 | 0.35 |
| Hex | AA | 30 | B | 0 | 48 | 5E | 21 | E | 58 | 23 |
| Octal | 252 | 60 | 13 | 0 | 110 | 136 | 41 | 16 | 130 | 43 |
| Binary | 10101010 | 110000 | 1011 | 0 | 1001000 | 1011110 | 100001 | 1110 | 1011000 | 100011 |
Color Harmonies of #AA300B
Complementary color
Monochromatic Colors of #AA300B
Black with #AA300B
Text Example
Text Example
White with #AA300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA300B; }
p { color: rgb(170,48,11); }
H1.HeaderClassName
{
color: #AA300B;
}
.AnyTagClassName
{
color: #AA300B;
}
</style>
background-color css
<style>
a { background-color: #AA300B; }
a { background-color: rgb(170,48,11); }
div.DivClassName
{
background-color: #AA300B;
}
.BgClassName
{
background-color: #AA300B;
}
</style>
border-color css
<style>
span { border-color: #AA300B; }
span { border-color: rgb(170,48,11); }
td.TdClassName
{
border-color: #AA300B;
}
.TagClassName
{
border-color: #AA300B;
}
</style>