Shades of Rust #AA3907
Tints of Rust #AA3907
RGB
CMYK
RGB Variations
Color information
#AA3907 (or 0xAA3907) is known color: Rust. HEX triplet: AA, 39 and 07. RGB value is (170,57,7). Sum of RGB (Red+Green+Blue) = 170+57+7=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3907 is #55C6F8. Grayscale: #555555. Windows color (decimal): -5621497 or 473514. OLE color: 473514.
HSL color Cylindrical-coordinate representation of color #AA3907: hue angle of 18.4º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA3907 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 7 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.33 |
| HSL | 18.4º | 0.92% | 0.35% | - |
| HSV(B) | 18.4º | 0.96% | 0.67% | - |
| XYZ | 18.08 | 11.49 | 1.47 | - |
| YUV | 85.09 | 83.94 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 7 | 0 | 0.66 | 0.96 | 0.33 | 18.4 | 0.92 | 0.35 |
| Hex | AA | 39 | 7 | 0 | 42 | 60 | 21 | 12 | 5C | 23 |
| Octal | 252 | 71 | 7 | 0 | 102 | 140 | 41 | 22 | 134 | 43 |
| Binary | 10101010 | 111001 | 111 | 0 | 1000010 | 1100000 | 100001 | 10010 | 1011100 | 100011 |
Color Harmonies of #AA3907
Complementary color
Monochromatic Colors of #AA3907
Black with #AA3907
Text Example
Text Example
White with #AA3907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3907; }
p { color: rgb(170,57,7); }
H1.HeaderClassName
{
color: #AA3907;
}
.AnyTagClassName
{
color: #AA3907;
}
</style>
background-color css
<style>
a { background-color: #AA3907; }
a { background-color: rgb(170,57,7); }
div.DivClassName
{
background-color: #AA3907;
}
.BgClassName
{
background-color: #AA3907;
}
</style>
border-color css
<style>
span { border-color: #AA3907; }
span { border-color: rgb(170,57,7); }
td.TdClassName
{
border-color: #AA3907;
}
.TagClassName
{
border-color: #AA3907;
}
</style>