Shades of Rust #AE470F
Tints of Rust #AE470F
RGB
CMYK
RGB Variations
Color information
#AE470F (or 0xAE470F) is known color: Rust. HEX triplet: AE, 47 and 0F. RGB value is (174,71,15). Sum of RGB (Red+Green+Blue) = 174+71+15=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE470F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE470F is #51B8F0. Grayscale: #5F5F5F. Windows color (decimal): -5355761 or 1001390. OLE color: 1001390.
HSL color Cylindrical-coordinate representation of color #AE470F: hue angle of 21.13º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE470F is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 71 | 15 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.32 |
| HSL | 21.13º | 0.84% | 0.37% | - |
| HSV(B) | 21.13º | 0.91% | 0.68% | - |
| XYZ | 19.8 | 13.54 | 2.02 | - |
| YUV | 95.41 | 82.62 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 71 | 15 | 0 | 0.59 | 0.91 | 0.32 | 21.13 | 0.84 | 0.37 |
| Hex | AE | 47 | F | 0 | 3B | 5B | 20 | 15 | 54 | 25 |
| Octal | 256 | 107 | 17 | 0 | 73 | 133 | 40 | 25 | 124 | 45 |
| Binary | 10101110 | 1000111 | 1111 | 0 | 111011 | 1011011 | 100000 | 10101 | 1010100 | 100101 |
Color Harmonies of #AE470F
Complementary color
Monochromatic Colors of #AE470F
Black with #AE470F
Text Example
Text Example
White with #AE470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE470F; }
p { color: rgb(174,71,15); }
H1.HeaderClassName
{
color: #AE470F;
}
.AnyTagClassName
{
color: #AE470F;
}
</style>
background-color css
<style>
a { background-color: #AE470F; }
a { background-color: rgb(174,71,15); }
div.DivClassName
{
background-color: #AE470F;
}
.BgClassName
{
background-color: #AE470F;
}
</style>
border-color css
<style>
span { border-color: #AE470F; }
span { border-color: rgb(174,71,15); }
td.TdClassName
{
border-color: #AE470F;
}
.TagClassName
{
border-color: #AE470F;
}
</style>