Shades of Rust #AA441B
Tints of Rust #AA441B
RGB
CMYK
RGB Variations
Color information
#AA441B (or 0xAA441B) is known color: Rust. HEX triplet: AA, 44 and 1B. RGB value is (170,68,27). Sum of RGB (Red+Green+Blue) = 170+68+27=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA441B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA441B is #55BBE4. Grayscale: #5E5E5E. Windows color (decimal): -5618661 or 1787050. OLE color: 1787050.
HSL color Cylindrical-coordinate representation of color #AA441B: hue angle of 17.2º 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 #AA441B is Cyan = 0, Magento = 0.6, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 27 | - |
| CMYK | 0 | 0.6 | 0.84 | 0.33 |
| HSL | 17.2º | 0.73% | 0.39% | - |
| HSV(B) | 17.2º | 0.84% | 0.67% | - |
| XYZ | 18.84 | 12.76 | 2.51 | - |
| YUV | 93.82 | 90.29 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 27 | 0 | 0.6 | 0.84 | 0.33 | 17.2 | 0.73 | 0.39 |
| Hex | AA | 44 | 1B | 0 | 3C | 54 | 21 | 11 | 49 | 27 |
| Octal | 252 | 104 | 33 | 0 | 74 | 124 | 41 | 21 | 111 | 47 |
| Binary | 10101010 | 1000100 | 11011 | 0 | 111100 | 1010100 | 100001 | 10001 | 1001001 | 100111 |
Color Harmonies of #AA441B
Complementary color
Monochromatic Colors of #AA441B
Black with #AA441B
Text Example
Text Example
White with #AA441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA441B; }
p { color: rgb(170,68,27); }
H1.HeaderClassName
{
color: #AA441B;
}
.AnyTagClassName
{
color: #AA441B;
}
</style>
background-color css
<style>
a { background-color: #AA441B; }
a { background-color: rgb(170,68,27); }
div.DivClassName
{
background-color: #AA441B;
}
.BgClassName
{
background-color: #AA441B;
}
</style>
border-color css
<style>
span { border-color: #AA441B; }
span { border-color: rgb(170,68,27); }
td.TdClassName
{
border-color: #AA441B;
}
.TagClassName
{
border-color: #AA441B;
}
</style>