Shades of Rust #AE310F
Tints of Rust #AE310F
RGB
CMYK
RGB Variations
Color information
#AE310F (or 0xAE310F) is known color: Rust. HEX triplet: AE, 31 and 0F. RGB value is (174,49,15). Sum of RGB (Red+Green+Blue) = 174+49+15=238 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.11% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 174 - color contains mainly: red. Hex color #AE310F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE310F is #51CEF0. Grayscale: #525252. Windows color (decimal): -5361393 or 995758. OLE color: 995758.
HSL color Cylindrical-coordinate representation of color #AE310F: hue angle of 12.83º 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 #AE310F is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 49 | 15 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.32 |
| HSL | 12.83º | 0.84% | 0.37% | - |
| HSV(B) | 12.83º | 0.91% | 0.68% | - |
| XYZ | 18.64 | 11.23 | 1.64 | - |
| YUV | 82.5 | 89.91 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 49 | 15 | 0 | 0.72 | 0.91 | 0.32 | 12.83 | 0.84 | 0.37 |
| Hex | AE | 31 | F | 0 | 48 | 5B | 20 | D | 54 | 25 |
| Octal | 256 | 61 | 17 | 0 | 110 | 133 | 40 | 15 | 124 | 45 |
| Binary | 10101110 | 110001 | 1111 | 0 | 1001000 | 1011011 | 100000 | 1101 | 1010100 | 100101 |
Color Harmonies of #AE310F
Complementary color
Monochromatic Colors of #AE310F
Black with #AE310F
Text Example
Text Example
White with #AE310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE310F; }
p { color: rgb(174,49,15); }
H1.HeaderClassName
{
color: #AE310F;
}
.AnyTagClassName
{
color: #AE310F;
}
</style>
background-color css
<style>
a { background-color: #AE310F; }
a { background-color: rgb(174,49,15); }
div.DivClassName
{
background-color: #AE310F;
}
.BgClassName
{
background-color: #AE310F;
}
</style>
border-color css
<style>
span { border-color: #AE310F; }
span { border-color: rgb(174,49,15); }
td.TdClassName
{
border-color: #AE310F;
}
.TagClassName
{
border-color: #AE310F;
}
</style>