Shades of Rust #AA4314
Tints of Rust #AA4314
RGB
CMYK
RGB Variations
Color information
#AA4314 (or 0xAA4314) is known color: Rust. HEX triplet: AA, 43 and 14. RGB value is (170,67,20). Sum of RGB (Red+Green+Blue) = 170+67+20=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4314 is #55BCEB. Grayscale: #5C5C5C. Windows color (decimal): -5618924 or 1328042. OLE color: 1328042.
HSL color Cylindrical-coordinate representation of color #AA4314: hue angle of 18.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA4314 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 20 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.33 |
| HSL | 18.8º | 0.79% | 0.37% | - |
| HSV(B) | 18.8º | 0.88% | 0.67% | - |
| XYZ | 18.71 | 12.61 | 2.11 | - |
| YUV | 92.44 | 87.12 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 20 | 0 | 0.61 | 0.88 | 0.33 | 18.8 | 0.79 | 0.37 |
| Hex | AA | 43 | 14 | 0 | 3D | 58 | 21 | 13 | 4F | 25 |
| Octal | 252 | 103 | 24 | 0 | 75 | 130 | 41 | 23 | 117 | 45 |
| Binary | 10101010 | 1000011 | 10100 | 0 | 111101 | 1011000 | 100001 | 10011 | 1001111 | 100101 |
Color Harmonies of #AA4314
Complementary color
Monochromatic Colors of #AA4314
Black with #AA4314
Text Example
Text Example
White with #AA4314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4314; }
p { color: rgb(170,67,20); }
H1.HeaderClassName
{
color: #AA4314;
}
.AnyTagClassName
{
color: #AA4314;
}
</style>
background-color css
<style>
a { background-color: #AA4314; }
a { background-color: rgb(170,67,20); }
div.DivClassName
{
background-color: #AA4314;
}
.BgClassName
{
background-color: #AA4314;
}
</style>
border-color css
<style>
span { border-color: #AA4314; }
span { border-color: rgb(170,67,20); }
td.TdClassName
{
border-color: #AA4314;
}
.TagClassName
{
border-color: #AA4314;
}
</style>