Shades of Rust #AA300F
Tints of Rust #AA300F
RGB
CMYK
RGB Variations
Color information
#AA300F (or 0xAA300F) is known color: Rust. HEX triplet: AA, 30 and 0F. RGB value is (170,48,15). Sum of RGB (Red+Green+Blue) = 170+48+15=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA300F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA300F is #55CFF0. Grayscale: #505050. Windows color (decimal): -5623793 or 995498. OLE color: 995498.
HSL color Cylindrical-coordinate representation of color #AA300F: hue angle of 12.77º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA300F is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 15 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.33 |
| HSL | 12.77º | 0.84% | 0.36% | - |
| HSV(B) | 12.77º | 0.91% | 0.67% | - |
| XYZ | 17.72 | 10.69 | 1.58 | - |
| YUV | 80.72 | 90.92 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 15 | 0 | 0.72 | 0.91 | 0.33 | 12.77 | 0.84 | 0.36 |
| Hex | AA | 30 | F | 0 | 48 | 5B | 21 | D | 54 | 24 |
| Octal | 252 | 60 | 17 | 0 | 110 | 133 | 41 | 15 | 124 | 44 |
| Binary | 10101010 | 110000 | 1111 | 0 | 1001000 | 1011011 | 100001 | 1101 | 1010100 | 100100 |
Color Harmonies of #AA300F
Complementary color
Monochromatic Colors of #AA300F
Black with #AA300F
Text Example
Text Example
White with #AA300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA300F; }
p { color: rgb(170,48,15); }
H1.HeaderClassName
{
color: #AA300F;
}
.AnyTagClassName
{
color: #AA300F;
}
</style>
background-color css
<style>
a { background-color: #AA300F; }
a { background-color: rgb(170,48,15); }
div.DivClassName
{
background-color: #AA300F;
}
.BgClassName
{
background-color: #AA300F;
}
</style>
border-color css
<style>
span { border-color: #AA300F; }
span { border-color: rgb(170,48,15); }
td.TdClassName
{
border-color: #AA300F;
}
.TagClassName
{
border-color: #AA300F;
}
</style>