Shades of Rust #AA3F1B
Tints of Rust #AA3F1B
RGB
CMYK
RGB Variations
Color information
#AA3F1B (or 0xAA3F1B) is known color: Rust. HEX triplet: AA, 3F and 1B. RGB value is (170,63,27). Sum of RGB (Red+Green+Blue) = 170+63+27=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3F1B is #55C0E4. Grayscale: #5B5B5B. Windows color (decimal): -5619941 or 1785770. OLE color: 1785770.
HSL color Cylindrical-coordinate representation of color #AA3F1B: hue angle of 15.1º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA3F1B is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 27 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.33 |
| HSL | 15.1º | 0.73% | 0.39% | - |
| HSV(B) | 15.1º | 0.84% | 0.67% | - |
| XYZ | 18.55 | 12.18 | 2.41 | - |
| YUV | 90.89 | 91.95 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 27 | 0 | 0.63 | 0.84 | 0.33 | 15.1 | 0.73 | 0.39 |
| Hex | AA | 3F | 1B | 0 | 3F | 54 | 21 | F | 49 | 27 |
| Octal | 252 | 77 | 33 | 0 | 77 | 124 | 41 | 17 | 111 | 47 |
| Binary | 10101010 | 111111 | 11011 | 0 | 111111 | 1010100 | 100001 | 1111 | 1001001 | 100111 |
Color Harmonies of #AA3F1B
Complementary color
Monochromatic Colors of #AA3F1B
Black with #AA3F1B
Text Example
Text Example
White with #AA3F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F1B; }
p { color: rgb(170,63,27); }
H1.HeaderClassName
{
color: #AA3F1B;
}
.AnyTagClassName
{
color: #AA3F1B;
}
</style>
background-color css
<style>
a { background-color: #AA3F1B; }
a { background-color: rgb(170,63,27); }
div.DivClassName
{
background-color: #AA3F1B;
}
.BgClassName
{
background-color: #AA3F1B;
}
</style>
border-color css
<style>
span { border-color: #AA3F1B; }
span { border-color: rgb(170,63,27); }
td.TdClassName
{
border-color: #AA3F1B;
}
.TagClassName
{
border-color: #AA3F1B;
}
</style>