Shades of Rust #AA4300
Tints of Rust #AA4300
RGB
CMYK
RGB Variations
Color information
#AA4300 (or 0xAA4300) is known color: Rust. HEX triplet: AA, 43 and 00. RGB value is (170,67,0). Sum of RGB (Red+Green+Blue) = 170+67+0=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4300 is #55BCFF. Grayscale: #5A5A5A. Windows color (decimal): -5618944 or 17322. OLE color: 17322.
HSL color Cylindrical-coordinate representation of color #AA4300: hue angle of 23.65º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA4300 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.33 |
| HSL | 23.65º | 1% | 0.33% | - |
| HSV(B) | 23.65º | 1% | 0.67% | - |
| XYZ | 18.58 | 12.56 | 1.44 | - |
| YUV | 90.16 | 77.12 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 0 | 0 | 0.61 | 1 | 0.33 | 23.65 | 1 | 0.33 |
| Hex | AA | 43 | 0 | 0 | 3D | 64 | 21 | 18 | 64 | 21 |
| Octal | 252 | 103 | 0 | 0 | 75 | 144 | 41 | 30 | 144 | 41 |
| Binary | 10101010 | 1000011 | 0 | 0 | 111101 | 1100100 | 100001 | 11000 | 1100100 | 100001 |
Color Harmonies of #AA4300
Complementary color
Monochromatic Colors of #AA4300
Black with #AA4300
Text Example
Text Example
White with #AA4300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4300; }
p { color: rgb(170,67,0); }
H1.HeaderClassName
{
color: #AA4300;
}
.AnyTagClassName
{
color: #AA4300;
}
</style>
background-color css
<style>
a { background-color: #AA4300; }
a { background-color: rgb(170,67,0); }
div.DivClassName
{
background-color: #AA4300;
}
.BgClassName
{
background-color: #AA4300;
}
</style>
border-color css
<style>
span { border-color: #AA4300; }
span { border-color: rgb(170,67,0); }
td.TdClassName
{
border-color: #AA4300;
}
.TagClassName
{
border-color: #AA4300;
}
</style>