Shades of Rust #AA3002
Tints of Rust #AA3002
RGB
CMYK
RGB Variations
Color information
#AA3002 (or 0xAA3002) is known color: Rust. HEX triplet: AA, 30 and 02. RGB value is (170,48,2). Sum of RGB (Red+Green+Blue) = 170+48+2=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3002 is #55CFFD. Grayscale: #4F4F4F. Windows color (decimal): -5623806 or 143530. OLE color: 143530.
HSL color Cylindrical-coordinate representation of color #AA3002: hue angle of 16.43º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA3002 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.33 |
| HSL | 16.43º | 0.98% | 0.34% | - |
| HSV(B) | 16.43º | 0.99% | 0.67% | - |
| XYZ | 17.65 | 10.66 | 1.19 | - |
| YUV | 79.23 | 84.42 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 2 | 0 | 0.72 | 0.99 | 0.33 | 16.43 | 0.98 | 0.34 |
| Hex | AA | 30 | 2 | 0 | 48 | 63 | 21 | 10 | 62 | 22 |
| Octal | 252 | 60 | 2 | 0 | 110 | 143 | 41 | 20 | 142 | 42 |
| Binary | 10101010 | 110000 | 10 | 0 | 1001000 | 1100011 | 100001 | 10000 | 1100010 | 100010 |
Color Harmonies of #AA3002
Complementary color
Monochromatic Colors of #AA3002
Black with #AA3002
Text Example
Text Example
White with #AA3002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3002; }
p { color: rgb(170,48,2); }
H1.HeaderClassName
{
color: #AA3002;
}
.AnyTagClassName
{
color: #AA3002;
}
</style>
background-color css
<style>
a { background-color: #AA3002; }
a { background-color: rgb(170,48,2); }
div.DivClassName
{
background-color: #AA3002;
}
.BgClassName
{
background-color: #AA3002;
}
</style>
border-color css
<style>
span { border-color: #AA3002; }
span { border-color: rgb(170,48,2); }
td.TdClassName
{
border-color: #AA3002;
}
.TagClassName
{
border-color: #AA3002;
}
</style>