Shades of Rust #AE460F
Tints of Rust #AE460F
RGB
CMYK
RGB Variations
Color information
#AE460F (or 0xAE460F) is known color: Rust. HEX triplet: AE, 46 and 0F. RGB value is (174,70,15). Sum of RGB (Red+Green+Blue) = 174+70+15=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE460F is #51B9F0. Grayscale: #5F5F5F. Windows color (decimal): -5356017 or 1001134. OLE color: 1001134.
HSL color Cylindrical-coordinate representation of color #AE460F: hue angle of 20.75º 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 #AE460F is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 70 | 15 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.32 |
| HSL | 20.75º | 0.84% | 0.37% | - |
| HSV(B) | 20.75º | 0.91% | 0.68% | - |
| XYZ | 19.73 | 13.41 | 2 | - |
| YUV | 94.83 | 82.96 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 70 | 15 | 0 | 0.60 | 0.91 | 0.32 | 20.75 | 0.84 | 0.37 |
| Hex | AE | 46 | F | 0 | 3C | 5B | 20 | 15 | 54 | 25 |
| Octal | 256 | 106 | 17 | 0 | 74 | 133 | 40 | 25 | 124 | 45 |
| Binary | 10101110 | 1000110 | 1111 | 0 | 111100 | 1011011 | 100000 | 10101 | 1010100 | 100101 |
Color Harmonies of #AE460F
Complementary color
Monochromatic Colors of #AE460F
Black with #AE460F
Text Example
Text Example
White with #AE460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE460F; }
p { color: rgb(174,70,15); }
H1.HeaderClassName
{
color: #AE460F;
}
.AnyTagClassName
{
color: #AE460F;
}
</style>
background-color css
<style>
a { background-color: #AE460F; }
a { background-color: rgb(174,70,15); }
div.DivClassName
{
background-color: #AE460F;
}
.BgClassName
{
background-color: #AE460F;
}
</style>
border-color css
<style>
span { border-color: #AE460F; }
span { border-color: rgb(174,70,15); }
td.TdClassName
{
border-color: #AE460F;
}
.TagClassName
{
border-color: #AE460F;
}
</style>