Shades of Rust #AA2908
Tints of Rust #AA2908
RGB
CMYK
RGB Variations
Color information
#AA2908 (or 0xAA2908) is known color: Rust. HEX triplet: AA, 29 and 08. RGB value is (170,41,8). Sum of RGB (Red+Green+Blue) = 170+41+8=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2908 is #55D6F7. Grayscale: #4C4C4C. Windows color (decimal): -5625592 or 534954. OLE color: 534954.
HSL color Cylindrical-coordinate representation of color #AA2908: hue angle of 12.22º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA2908 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 8 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.33 |
| HSL | 12.22º | 0.91% | 0.35% | - |
| HSV(B) | 12.22º | 0.95% | 0.67% | - |
| XYZ | 17.41 | 10.15 | 1.27 | - |
| YUV | 75.81 | 89.74 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 8 | 0 | 0.76 | 0.95 | 0.33 | 12.22 | 0.91 | 0.35 |
| Hex | AA | 29 | 8 | 0 | 4C | 5F | 21 | C | 5B | 23 |
| Octal | 252 | 51 | 10 | 0 | 114 | 137 | 41 | 14 | 133 | 43 |
| Binary | 10101010 | 101001 | 1000 | 0 | 1001100 | 1011111 | 100001 | 1100 | 1011011 | 100011 |
Color Harmonies of #AA2908
Complementary color
Monochromatic Colors of #AA2908
Black with #AA2908
Text Example
Text Example
White with #AA2908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2908; }
p { color: rgb(170,41,8); }
H1.HeaderClassName
{
color: #AA2908;
}
.AnyTagClassName
{
color: #AA2908;
}
</style>
background-color css
<style>
a { background-color: #AA2908; }
a { background-color: rgb(170,41,8); }
div.DivClassName
{
background-color: #AA2908;
}
.BgClassName
{
background-color: #AA2908;
}
</style>
border-color css
<style>
span { border-color: #AA2908; }
span { border-color: rgb(170,41,8); }
td.TdClassName
{
border-color: #AA2908;
}
.TagClassName
{
border-color: #AA2908;
}
</style>