Shades of Rust #AA4B0F
Tints of Rust #AA4B0F
RGB
CMYK
RGB Variations
Color information
#AA4B0F (or 0xAA4B0F) is known color: Rust. HEX triplet: AA, 4B and 0F. RGB value is (170,75,15). Sum of RGB (Red+Green+Blue) = 170+75+15=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4B0F is #55B4F0. Grayscale: #606060. Windows color (decimal): -5616881 or 1002410. OLE color: 1002410.
HSL color Cylindrical-coordinate representation of color #AA4B0F: hue angle of 23.23º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA4B0F is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 75 | 15 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.33 |
| HSL | 23.23º | 0.84% | 0.36% | - |
| HSV(B) | 23.23º | 0.91% | 0.67% | - |
| XYZ | 19.18 | 13.61 | 2.07 | - |
| YUV | 96.57 | 81.97 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 15 | 0 | 0.56 | 0.91 | 0.33 | 23.23 | 0.84 | 0.36 |
| Hex | AA | 4B | F | 0 | 38 | 5B | 21 | 17 | 54 | 24 |
| Octal | 252 | 113 | 17 | 0 | 70 | 133 | 41 | 27 | 124 | 44 |
| Binary | 10101010 | 1001011 | 1111 | 0 | 111000 | 1011011 | 100001 | 10111 | 1010100 | 100100 |
Color Harmonies of #AA4B0F
Complementary color
Monochromatic Colors of #AA4B0F
Black with #AA4B0F
Text Example
Text Example
White with #AA4B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4B0F; }
p { color: rgb(170,75,15); }
H1.HeaderClassName
{
color: #AA4B0F;
}
.AnyTagClassName
{
color: #AA4B0F;
}
</style>
background-color css
<style>
a { background-color: #AA4B0F; }
a { background-color: rgb(170,75,15); }
div.DivClassName
{
background-color: #AA4B0F;
}
.BgClassName
{
background-color: #AA4B0F;
}
</style>
border-color css
<style>
span { border-color: #AA4B0F; }
span { border-color: rgb(170,75,15); }
td.TdClassName
{
border-color: #AA4B0F;
}
.TagClassName
{
border-color: #AA4B0F;
}
</style>