Shades of Rust #AA380F
Tints of Rust #AA380F
RGB
CMYK
RGB Variations
Color information
#AA380F (or 0xAA380F) is known color: Rust. HEX triplet: AA, 38 and 0F. RGB value is (170,56,15). Sum of RGB (Red+Green+Blue) = 170+56+15=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA380F is #55C7F0. Grayscale: #555555. Windows color (decimal): -5621745 or 997546. OLE color: 997546.
HSL color Cylindrical-coordinate representation of color #AA380F: hue angle of 15.87º 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 #AA380F is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 15 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.33 |
| HSL | 15.87º | 0.84% | 0.36% | - |
| HSV(B) | 15.87º | 0.91% | 0.67% | - |
| XYZ | 18.08 | 11.41 | 1.7 | - |
| YUV | 85.41 | 88.27 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 15 | 0 | 0.67 | 0.91 | 0.33 | 15.87 | 0.84 | 0.36 |
| Hex | AA | 38 | F | 0 | 43 | 5B | 21 | 10 | 54 | 24 |
| Octal | 252 | 70 | 17 | 0 | 103 | 133 | 41 | 20 | 124 | 44 |
| Binary | 10101010 | 111000 | 1111 | 0 | 1000011 | 1011011 | 100001 | 10000 | 1010100 | 100100 |
Color Harmonies of #AA380F
Complementary color
Monochromatic Colors of #AA380F
Black with #AA380F
Text Example
Text Example
White with #AA380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA380F; }
p { color: rgb(170,56,15); }
H1.HeaderClassName
{
color: #AA380F;
}
.AnyTagClassName
{
color: #AA380F;
}
</style>
background-color css
<style>
a { background-color: #AA380F; }
a { background-color: rgb(170,56,15); }
div.DivClassName
{
background-color: #AA380F;
}
.BgClassName
{
background-color: #AA380F;
}
</style>
border-color css
<style>
span { border-color: #AA380F; }
span { border-color: rgb(170,56,15); }
td.TdClassName
{
border-color: #AA380F;
}
.TagClassName
{
border-color: #AA380F;
}
</style>