Shades of Rust #AE320F
Tints of Rust #AE320F
RGB
CMYK
RGB Variations
Color information
#AE320F (or 0xAE320F) is known color: Rust. HEX triplet: AE, 32 and 0F. RGB value is (174,50,15). Sum of RGB (Red+Green+Blue) = 174+50+15=239 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.80% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 174 - color contains mainly: red. Hex color #AE320F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE320F is #51CDF0. Grayscale: #535353. Windows color (decimal): -5361137 or 996014. OLE color: 996014.
HSL color Cylindrical-coordinate representation of color #AE320F: hue angle of 13.21º 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 #AE320F is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 15 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.32 |
| HSL | 13.21º | 0.84% | 0.37% | - |
| HSV(B) | 13.21º | 0.91% | 0.68% | - |
| XYZ | 18.68 | 11.31 | 1.65 | - |
| YUV | 83.09 | 89.58 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 15 | 0 | 0.71 | 0.91 | 0.32 | 13.21 | 0.84 | 0.37 |
| Hex | AE | 32 | F | 0 | 47 | 5B | 20 | D | 54 | 25 |
| Octal | 256 | 62 | 17 | 0 | 107 | 133 | 40 | 15 | 124 | 45 |
| Binary | 10101110 | 110010 | 1111 | 0 | 1000111 | 1011011 | 100000 | 1101 | 1010100 | 100101 |
Color Harmonies of #AE320F
Complementary color
Monochromatic Colors of #AE320F
Black with #AE320F
Text Example
Text Example
White with #AE320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE320F; }
p { color: rgb(174,50,15); }
H1.HeaderClassName
{
color: #AE320F;
}
.AnyTagClassName
{
color: #AE320F;
}
</style>
background-color css
<style>
a { background-color: #AE320F; }
a { background-color: rgb(174,50,15); }
div.DivClassName
{
background-color: #AE320F;
}
.BgClassName
{
background-color: #AE320F;
}
</style>
border-color css
<style>
span { border-color: #AE320F; }
span { border-color: rgb(174,50,15); }
td.TdClassName
{
border-color: #AE320F;
}
.TagClassName
{
border-color: #AE320F;
}
</style>