Shades of Rust #AA3803
Tints of Rust #AA3803
RGB
CMYK
RGB Variations
Color information
#AA3803 (or 0xAA3803) is known color: Rust. HEX triplet: AA, 38 and 03. RGB value is (170,56,3). Sum of RGB (Red+Green+Blue) = 170+56+3=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3803 is #55C7FC. Grayscale: #545454. Windows color (decimal): -5621757 or 211114. OLE color: 211114.
HSL color Cylindrical-coordinate representation of color #AA3803: hue angle of 19.04º degrees, saturation: 0.97, 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 #AA3803 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 3 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.33 |
| HSL | 19.04º | 0.97% | 0.34% | - |
| HSV(B) | 19.04º | 0.98% | 0.67% | - |
| XYZ | 18.01 | 11.38 | 1.33 | - |
| YUV | 84.04 | 82.27 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 3 | 0 | 0.67 | 0.98 | 0.33 | 19.04 | 0.97 | 0.34 |
| Hex | AA | 38 | 3 | 0 | 43 | 62 | 21 | 13 | 61 | 22 |
| Octal | 252 | 70 | 3 | 0 | 103 | 142 | 41 | 23 | 141 | 42 |
| Binary | 10101010 | 111000 | 11 | 0 | 1000011 | 1100010 | 100001 | 10011 | 1100001 | 100010 |
Color Harmonies of #AA3803
Complementary color
Monochromatic Colors of #AA3803
Black with #AA3803
Text Example
Text Example
White with #AA3803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3803; }
p { color: rgb(170,56,3); }
H1.HeaderClassName
{
color: #AA3803;
}
.AnyTagClassName
{
color: #AA3803;
}
</style>
background-color css
<style>
a { background-color: #AA3803; }
a { background-color: rgb(170,56,3); }
div.DivClassName
{
background-color: #AA3803;
}
.BgClassName
{
background-color: #AA3803;
}
</style>
border-color css
<style>
span { border-color: #AA3803; }
span { border-color: rgb(170,56,3); }
td.TdClassName
{
border-color: #AA3803;
}
.TagClassName
{
border-color: #AA3803;
}
</style>