Shades of Rust #AE400F
Tints of Rust #AE400F
RGB
CMYK
RGB Variations
Color information
#AE400F (or 0xAE400F) is known color: Rust. HEX triplet: AE, 40 and 0F. RGB value is (174,64,15). Sum of RGB (Red+Green+Blue) = 174+64+15=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE400F is #51BFF0. Grayscale: #5B5B5B. Windows color (decimal): -5357553 or 999598. OLE color: 999598.
HSL color Cylindrical-coordinate representation of color #AE400F: hue angle of 18.49º 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 #AE400F is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 15 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.32 |
| HSL | 18.49º | 0.84% | 0.37% | - |
| HSV(B) | 18.49º | 0.91% | 0.68% | - |
| XYZ | 19.38 | 12.7 | 1.88 | - |
| YUV | 91.3 | 84.94 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 15 | 0 | 0.63 | 0.91 | 0.32 | 18.49 | 0.84 | 0.37 |
| Hex | AE | 40 | F | 0 | 3F | 5B | 20 | 12 | 54 | 25 |
| Octal | 256 | 100 | 17 | 0 | 77 | 133 | 40 | 22 | 124 | 45 |
| Binary | 10101110 | 1000000 | 1111 | 0 | 111111 | 1011011 | 100000 | 10010 | 1010100 | 100101 |
Color Harmonies of #AE400F
Complementary color
Monochromatic Colors of #AE400F
Black with #AE400F
Text Example
Text Example
White with #AE400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE400F; }
p { color: rgb(174,64,15); }
H1.HeaderClassName
{
color: #AE400F;
}
.AnyTagClassName
{
color: #AE400F;
}
</style>
background-color css
<style>
a { background-color: #AE400F; }
a { background-color: rgb(174,64,15); }
div.DivClassName
{
background-color: #AE400F;
}
.BgClassName
{
background-color: #AE400F;
}
</style>
border-color css
<style>
span { border-color: #AE400F; }
span { border-color: rgb(174,64,15); }
td.TdClassName
{
border-color: #AE400F;
}
.TagClassName
{
border-color: #AE400F;
}
</style>