Shades of Rust #AA3C02
Tints of Rust #AA3C02
RGB
CMYK
RGB Variations
Color information
#AA3C02 (or 0xAA3C02) is known color: Rust. HEX triplet: AA, 3C and 02. RGB value is (170,60,2). Sum of RGB (Red+Green+Blue) = 170+60+2=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3C02 is #55C3FD. Grayscale: #565656. Windows color (decimal): -5620734 or 146602. OLE color: 146602.
HSL color Cylindrical-coordinate representation of color #AA3C02: hue angle of 20.71º 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 #AA3C02 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.33 |
| HSL | 20.71º | 0.98% | 0.34% | - |
| HSV(B) | 20.71º | 0.99% | 0.67% | - |
| XYZ | 18.2 | 11.78 | 1.37 | - |
| YUV | 86.28 | 80.44 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 2 | 0 | 0.65 | 0.99 | 0.33 | 20.71 | 0.98 | 0.34 |
| Hex | AA | 3C | 2 | 0 | 41 | 63 | 21 | 15 | 62 | 22 |
| Octal | 252 | 74 | 2 | 0 | 101 | 143 | 41 | 25 | 142 | 42 |
| Binary | 10101010 | 111100 | 10 | 0 | 1000001 | 1100011 | 100001 | 10101 | 1100010 | 100010 |
Color Harmonies of #AA3C02
Complementary color
Monochromatic Colors of #AA3C02
Black with #AA3C02
Text Example
Text Example
White with #AA3C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C02; }
p { color: rgb(170,60,2); }
H1.HeaderClassName
{
color: #AA3C02;
}
.AnyTagClassName
{
color: #AA3C02;
}
</style>
background-color css
<style>
a { background-color: #AA3C02; }
a { background-color: rgb(170,60,2); }
div.DivClassName
{
background-color: #AA3C02;
}
.BgClassName
{
background-color: #AA3C02;
}
</style>
border-color css
<style>
span { border-color: #AA3C02; }
span { border-color: rgb(170,60,2); }
td.TdClassName
{
border-color: #AA3C02;
}
.TagClassName
{
border-color: #AA3C02;
}
</style>