Shades of Rust #AA421B
Tints of Rust #AA421B
RGB
CMYK
RGB Variations
Color information
#AA421B (or 0xAA421B) is known color: Rust. HEX triplet: AA, 42 and 1B. RGB value is (170,66,27). Sum of RGB (Red+Green+Blue) = 170+66+27=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA421B is #55BDE4. Grayscale: #5C5C5C. Windows color (decimal): -5619173 or 1786538. OLE color: 1786538.
HSL color Cylindrical-coordinate representation of color #AA421B: hue angle of 16.36º 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 #AA421B is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 27 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.33 |
| HSL | 16.36º | 0.73% | 0.39% | - |
| HSV(B) | 16.36º | 0.84% | 0.67% | - |
| XYZ | 18.72 | 12.52 | 2.47 | - |
| YUV | 92.65 | 90.96 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 27 | 0 | 0.61 | 0.84 | 0.33 | 16.36 | 0.73 | 0.39 |
| Hex | AA | 42 | 1B | 0 | 3D | 54 | 21 | 10 | 49 | 27 |
| Octal | 252 | 102 | 33 | 0 | 75 | 124 | 41 | 20 | 111 | 47 |
| Binary | 10101010 | 1000010 | 11011 | 0 | 111101 | 1010100 | 100001 | 10000 | 1001001 | 100111 |
Color Harmonies of #AA421B
Complementary color
Monochromatic Colors of #AA421B
Black with #AA421B
Text Example
Text Example
White with #AA421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA421B; }
p { color: rgb(170,66,27); }
H1.HeaderClassName
{
color: #AA421B;
}
.AnyTagClassName
{
color: #AA421B;
}
</style>
background-color css
<style>
a { background-color: #AA421B; }
a { background-color: rgb(170,66,27); }
div.DivClassName
{
background-color: #AA421B;
}
.BgClassName
{
background-color: #AA421B;
}
</style>
border-color css
<style>
span { border-color: #AA421B; }
span { border-color: rgb(170,66,27); }
td.TdClassName
{
border-color: #AA421B;
}
.TagClassName
{
border-color: #AA421B;
}
</style>