Shades of Rust #AE3213
Tints of Rust #AE3213
RGB
CMYK
RGB Variations
Color information
#AE3213 (or 0xAE3213) is known color: Rust. HEX triplet: AE, 32 and 13. RGB value is (174,50,19). Sum of RGB (Red+Green+Blue) = 174+50+19=243 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.60% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3213 is #51CDEC. Grayscale: #535353. Windows color (decimal): -5361133 or 1258158. OLE color: 1258158.
HSL color Cylindrical-coordinate representation of color #AE3213: hue angle of 12º 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 #AE3213 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 19 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.32 |
| HSL | 12º | 0.8% | 0.38% | - |
| HSV(B) | 12º | 0.89% | 0.68% | - |
| XYZ | 18.71 | 11.33 | 1.82 | - |
| YUV | 83.54 | 91.58 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 19 | 0 | 0.71 | 0.89 | 0.32 | 12 | 0.8 | 0.38 |
| Hex | AE | 32 | 13 | 0 | 47 | 59 | 20 | C | 50 | 26 |
| Octal | 256 | 62 | 23 | 0 | 107 | 131 | 40 | 14 | 120 | 46 |
| Binary | 10101110 | 110010 | 10011 | 0 | 1000111 | 1011001 | 100000 | 1100 | 1010000 | 100110 |
Color Harmonies of #AE3213
Complementary color
Monochromatic Colors of #AE3213
Black with #AE3213
Text Example
Text Example
White with #AE3213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3213; }
p { color: rgb(174,50,19); }
H1.HeaderClassName
{
color: #AE3213;
}
.AnyTagClassName
{
color: #AE3213;
}
</style>
background-color css
<style>
a { background-color: #AE3213; }
a { background-color: rgb(174,50,19); }
div.DivClassName
{
background-color: #AE3213;
}
.BgClassName
{
background-color: #AE3213;
}
</style>
border-color css
<style>
span { border-color: #AE3213; }
span { border-color: rgb(174,50,19); }
td.TdClassName
{
border-color: #AE3213;
}
.TagClassName
{
border-color: #AE3213;
}
</style>