Shades of Rust #AA3804
Tints of Rust #AA3804
RGB
CMYK
RGB Variations
Color information
#AA3804 (or 0xAA3804) is known color: Rust. HEX triplet: AA, 38 and 04. RGB value is (170,56,4). Sum of RGB (Red+Green+Blue) = 170+56+4=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3804 is #55C7FB. Grayscale: #545454. Windows color (decimal): -5621756 or 276650. OLE color: 276650.
HSL color Cylindrical-coordinate representation of color #AA3804: hue angle of 18.8º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA3804 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.33 |
| HSL | 18.8º | 0.95% | 0.34% | - |
| HSV(B) | 18.8º | 0.98% | 0.67% | - |
| XYZ | 18.01 | 11.38 | 1.36 | - |
| YUV | 84.16 | 82.77 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 4 | 0 | 0.67 | 0.98 | 0.33 | 18.8 | 0.95 | 0.34 |
| Hex | AA | 38 | 4 | 0 | 43 | 62 | 21 | 13 | 5F | 22 |
| Octal | 252 | 70 | 4 | 0 | 103 | 142 | 41 | 23 | 137 | 42 |
| Binary | 10101010 | 111000 | 100 | 0 | 1000011 | 1100010 | 100001 | 10011 | 1011111 | 100010 |
Color Harmonies of #AA3804
Complementary color
Monochromatic Colors of #AA3804
Black with #AA3804
Text Example
Text Example
White with #AA3804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3804; }
p { color: rgb(170,56,4); }
H1.HeaderClassName
{
color: #AA3804;
}
.AnyTagClassName
{
color: #AA3804;
}
</style>
background-color css
<style>
a { background-color: #AA3804; }
a { background-color: rgb(170,56,4); }
div.DivClassName
{
background-color: #AA3804;
}
.BgClassName
{
background-color: #AA3804;
}
</style>
border-color css
<style>
span { border-color: #AA3804; }
span { border-color: rgb(170,56,4); }
td.TdClassName
{
border-color: #AA3804;
}
.TagClassName
{
border-color: #AA3804;
}
</style>