Shades of Rust #AA3308
Tints of Rust #AA3308
RGB
CMYK
RGB Variations
Color information
#AA3308 (or 0xAA3308) is known color: Rust. HEX triplet: AA, 33 and 08. RGB value is (170,51,8). Sum of RGB (Red+Green+Blue) = 170+51+8=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3308 is #55CCF7. Grayscale: #515151. Windows color (decimal): -5623032 or 537514. OLE color: 537514.
HSL color Cylindrical-coordinate representation of color #AA3308: hue angle of 15.93º 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 #AA3308 is Cyan = 0, Magento = 0.7, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 8 | - |
| CMYK | 0 | 0.7 | 0.95 | 0.33 |
| HSL | 15.93º | 0.91% | 0.35% | - |
| HSV(B) | 15.93º | 0.95% | 0.67% | - |
| XYZ | 17.81 | 10.93 | 1.4 | - |
| YUV | 81.68 | 86.42 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 8 | 0 | 0.7 | 0.95 | 0.33 | 15.93 | 0.91 | 0.35 |
| Hex | AA | 33 | 8 | 0 | 46 | 5F | 21 | 10 | 5B | 23 |
| Octal | 252 | 63 | 10 | 0 | 106 | 137 | 41 | 20 | 133 | 43 |
| Binary | 10101010 | 110011 | 1000 | 0 | 1000110 | 1011111 | 100001 | 10000 | 1011011 | 100011 |
Color Harmonies of #AA3308
Complementary color
Monochromatic Colors of #AA3308
Black with #AA3308
Text Example
Text Example
White with #AA3308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3308; }
p { color: rgb(170,51,8); }
H1.HeaderClassName
{
color: #AA3308;
}
.AnyTagClassName
{
color: #AA3308;
}
</style>
background-color css
<style>
a { background-color: #AA3308; }
a { background-color: rgb(170,51,8); }
div.DivClassName
{
background-color: #AA3308;
}
.BgClassName
{
background-color: #AA3308;
}
</style>
border-color css
<style>
span { border-color: #AA3308; }
span { border-color: rgb(170,51,8); }
td.TdClassName
{
border-color: #AA3308;
}
.TagClassName
{
border-color: #AA3308;
}
</style>