Shades of Rust #AA4B02
Tints of Rust #AA4B02
RGB
CMYK
RGB Variations
Color information
#AA4B02 (or 0xAA4B02) is known color: Rust. HEX triplet: AA, 4B and 02. RGB value is (170,75,2). Sum of RGB (Red+Green+Blue) = 170+75+2=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4B02 is #55B4FD. Grayscale: #5F5F5F. Windows color (decimal): -5616894 or 150442. OLE color: 150442.
HSL color Cylindrical-coordinate representation of color #AA4B02: hue angle of 26.07º 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 #AA4B02 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 75 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.33 |
| HSL | 26.07º | 0.98% | 0.34% | - |
| HSV(B) | 26.07º | 0.99% | 0.67% | - |
| XYZ | 19.1 | 13.58 | 1.67 | - |
| YUV | 95.08 | 75.47 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 2 | 0 | 0.56 | 0.99 | 0.33 | 26.07 | 0.98 | 0.34 |
| Hex | AA | 4B | 2 | 0 | 38 | 63 | 21 | 1A | 62 | 22 |
| Octal | 252 | 113 | 2 | 0 | 70 | 143 | 41 | 32 | 142 | 42 |
| Binary | 10101010 | 1001011 | 10 | 0 | 111000 | 1100011 | 100001 | 11010 | 1100010 | 100010 |
Color Harmonies of #AA4B02
Complementary color
Monochromatic Colors of #AA4B02
Black with #AA4B02
Text Example
Text Example
White with #AA4B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4B02; }
p { color: rgb(170,75,2); }
H1.HeaderClassName
{
color: #AA4B02;
}
.AnyTagClassName
{
color: #AA4B02;
}
</style>
background-color css
<style>
a { background-color: #AA4B02; }
a { background-color: rgb(170,75,2); }
div.DivClassName
{
background-color: #AA4B02;
}
.BgClassName
{
background-color: #AA4B02;
}
</style>
border-color css
<style>
span { border-color: #AA4B02; }
span { border-color: rgb(170,75,2); }
td.TdClassName
{
border-color: #AA4B02;
}
.TagClassName
{
border-color: #AA4B02;
}
</style>