Shades of Rust #AA430A
Tints of Rust #AA430A
RGB
CMYK
RGB Variations
Color information
#AA430A (or 0xAA430A) is known color: Rust. HEX triplet: AA, 43 and 0A. RGB value is (170,67,10). Sum of RGB (Red+Green+Blue) = 170+67+10=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA430A is #55BCF5. Grayscale: #5B5B5B. Windows color (decimal): -5618934 or 672682. OLE color: 672682.
HSL color Cylindrical-coordinate representation of color #AA430A: hue angle of 21.38º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA430A is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 10 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.33 |
| HSL | 21.38º | 0.89% | 0.35% | - |
| HSV(B) | 21.38º | 0.94% | 0.67% | - |
| XYZ | 18.64 | 12.58 | 1.73 | - |
| YUV | 91.3 | 82.12 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 10 | 0 | 0.61 | 0.94 | 0.33 | 21.38 | 0.89 | 0.35 |
| Hex | AA | 43 | A | 0 | 3D | 5E | 21 | 15 | 59 | 23 |
| Octal | 252 | 103 | 12 | 0 | 75 | 136 | 41 | 25 | 131 | 43 |
| Binary | 10101010 | 1000011 | 1010 | 0 | 111101 | 1011110 | 100001 | 10101 | 1011001 | 100011 |
Color Harmonies of #AA430A
Complementary color
Monochromatic Colors of #AA430A
Black with #AA430A
Text Example
Text Example
White with #AA430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA430A; }
p { color: rgb(170,67,10); }
H1.HeaderClassName
{
color: #AA430A;
}
.AnyTagClassName
{
color: #AA430A;
}
</style>
background-color css
<style>
a { background-color: #AA430A; }
a { background-color: rgb(170,67,10); }
div.DivClassName
{
background-color: #AA430A;
}
.BgClassName
{
background-color: #AA430A;
}
</style>
border-color css
<style>
span { border-color: #AA430A; }
span { border-color: rgb(170,67,10); }
td.TdClassName
{
border-color: #AA430A;
}
.TagClassName
{
border-color: #AA430A;
}
</style>