Shades of Rust #AA3008
Tints of Rust #AA3008
RGB
CMYK
RGB Variations
Color information
#AA3008 (or 0xAA3008) is known color: Rust. HEX triplet: AA, 30 and 08. RGB value is (170,48,8). Sum of RGB (Red+Green+Blue) = 170+48+8=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3008 is #55CFF7. Grayscale: #505050. Windows color (decimal): -5623800 or 536746. OLE color: 536746.
HSL color Cylindrical-coordinate representation of color #AA3008: hue angle of 14.81º 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 #AA3008 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 8 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.33 |
| HSL | 14.81º | 0.91% | 0.35% | - |
| HSV(B) | 14.81º | 0.95% | 0.67% | - |
| XYZ | 17.68 | 10.68 | 1.36 | - |
| YUV | 79.92 | 87.42 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 8 | 0 | 0.72 | 0.95 | 0.33 | 14.81 | 0.91 | 0.35 |
| Hex | AA | 30 | 8 | 0 | 48 | 5F | 21 | F | 5B | 23 |
| Octal | 252 | 60 | 10 | 0 | 110 | 137 | 41 | 17 | 133 | 43 |
| Binary | 10101010 | 110000 | 1000 | 0 | 1001000 | 1011111 | 100001 | 1111 | 1011011 | 100011 |
Color Harmonies of #AA3008
Complementary color
Monochromatic Colors of #AA3008
Black with #AA3008
Text Example
Text Example
White with #AA3008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3008; }
p { color: rgb(170,48,8); }
H1.HeaderClassName
{
color: #AA3008;
}
.AnyTagClassName
{
color: #AA3008;
}
</style>
background-color css
<style>
a { background-color: #AA3008; }
a { background-color: rgb(170,48,8); }
div.DivClassName
{
background-color: #AA3008;
}
.BgClassName
{
background-color: #AA3008;
}
</style>
border-color css
<style>
span { border-color: #AA3008; }
span { border-color: rgb(170,48,8); }
td.TdClassName
{
border-color: #AA3008;
}
.TagClassName
{
border-color: #AA3008;
}
</style>