Shades of Rust #AE3313
Tints of Rust #AE3313
RGB
CMYK
RGB Variations
Color information
#AE3313 (or 0xAE3313) is known color: Rust. HEX triplet: AE, 33 and 13. RGB value is (174,51,19). Sum of RGB (Red+Green+Blue) = 174+51+19=244 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.31% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3313 is #51CCEC. Grayscale: #545454. Windows color (decimal): -5360877 or 1258414. OLE color: 1258414.
HSL color Cylindrical-coordinate representation of color #AE3313: hue angle of 12.39º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE3313 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 51 | 19 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.32 |
| HSL | 12.39º | 0.8% | 0.38% | - |
| HSV(B) | 12.39º | 0.89% | 0.68% | - |
| XYZ | 18.76 | 11.41 | 1.83 | - |
| YUV | 84.13 | 91.25 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 51 | 19 | 0 | 0.71 | 0.89 | 0.32 | 12.39 | 0.8 | 0.38 |
| Hex | AE | 33 | 13 | 0 | 47 | 59 | 20 | C | 50 | 26 |
| Octal | 256 | 63 | 23 | 0 | 107 | 131 | 40 | 14 | 120 | 46 |
| Binary | 10101110 | 110011 | 10011 | 0 | 1000111 | 1011001 | 100000 | 1100 | 1010000 | 100110 |
Color Harmonies of #AE3313
Complementary color
Monochromatic Colors of #AE3313
Black with #AE3313
Text Example
Text Example
White with #AE3313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3313; }
p { color: rgb(174,51,19); }
H1.HeaderClassName
{
color: #AE3313;
}
.AnyTagClassName
{
color: #AE3313;
}
</style>
background-color css
<style>
a { background-color: #AE3313; }
a { background-color: rgb(174,51,19); }
div.DivClassName
{
background-color: #AE3313;
}
.BgClassName
{
background-color: #AE3313;
}
</style>
border-color css
<style>
span { border-color: #AE3313; }
span { border-color: rgb(174,51,19); }
td.TdClassName
{
border-color: #AE3313;
}
.TagClassName
{
border-color: #AE3313;
}
</style>