Shades of Rust #AE3100
Tints of Rust #AE3100
RGB
CMYK
RGB Variations
Color information
#AE3100 (or 0xAE3100) is known color: Rust. HEX triplet: AE, 31 and 00. RGB value is (174,49,0). Sum of RGB (Red+Green+Blue) = 174+49+0=223 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.03% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3100 is #51CEFF. Grayscale: #515151. Windows color (decimal): -5361408 or 12718. OLE color: 12718.
HSL color Cylindrical-coordinate representation of color #AE3100: hue angle of 16.9º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE3100 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 49 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.32 |
| HSL | 16.9º | 1% | 0.34% | - |
| HSV(B) | 16.9º | 1% | 0.68% | - |
| XYZ | 18.55 | 11.2 | 1.18 | - |
| YUV | 80.79 | 82.41 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 49 | 0 | 0 | 0.72 | 1 | 0.32 | 16.9 | 1 | 0.34 |
| Hex | AE | 31 | 0 | 0 | 48 | 64 | 20 | 11 | 64 | 22 |
| Octal | 256 | 61 | 0 | 0 | 110 | 144 | 40 | 21 | 144 | 42 |
| Binary | 10101110 | 110001 | 0 | 0 | 1001000 | 1100100 | 100000 | 10001 | 1100100 | 100010 |
Color Harmonies of #AE3100
Complementary color
Monochromatic Colors of #AE3100
Black with #AE3100
Text Example
Text Example
White with #AE3100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3100; }
p { color: rgb(174,49,0); }
H1.HeaderClassName
{
color: #AE3100;
}
.AnyTagClassName
{
color: #AE3100;
}
</style>
background-color css
<style>
a { background-color: #AE3100; }
a { background-color: rgb(174,49,0); }
div.DivClassName
{
background-color: #AE3100;
}
.BgClassName
{
background-color: #AE3100;
}
</style>
border-color css
<style>
span { border-color: #AE3100; }
span { border-color: rgb(174,49,0); }
td.TdClassName
{
border-color: #AE3100;
}
.TagClassName
{
border-color: #AE3100;
}
</style>