Shades of Rust #AE3200
Tints of Rust #AE3200
RGB
CMYK
RGB Variations
Color information
#AE3200 (or 0xAE3200) is known color: Rust. HEX triplet: AE, 32 and 00. RGB value is (174,50,0). Sum of RGB (Red+Green+Blue) = 174+50+0=224 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.68% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3200 is #51CDFF. Grayscale: #515151. Windows color (decimal): -5361152 or 12974. OLE color: 12974.
HSL color Cylindrical-coordinate representation of color #AE3200: hue angle of 17.24º 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 #AE3200 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.32 |
| HSL | 17.24º | 1% | 0.34% | - |
| HSV(B) | 17.24º | 1% | 0.68% | - |
| XYZ | 18.6 | 11.28 | 1.2 | - |
| YUV | 81.38 | 82.08 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 0 | 0 | 0.71 | 1 | 0.32 | 17.24 | 1 | 0.34 |
| Hex | AE | 32 | 0 | 0 | 47 | 64 | 20 | 11 | 64 | 22 |
| Octal | 256 | 62 | 0 | 0 | 107 | 144 | 40 | 21 | 144 | 42 |
| Binary | 10101110 | 110010 | 0 | 0 | 1000111 | 1100100 | 100000 | 10001 | 1100100 | 100010 |
Color Harmonies of #AE3200
Complementary color
Monochromatic Colors of #AE3200
Black with #AE3200
Text Example
Text Example
White with #AE3200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3200; }
p { color: rgb(174,50,0); }
H1.HeaderClassName
{
color: #AE3200;
}
.AnyTagClassName
{
color: #AE3200;
}
</style>
background-color css
<style>
a { background-color: #AE3200; }
a { background-color: rgb(174,50,0); }
div.DivClassName
{
background-color: #AE3200;
}
.BgClassName
{
background-color: #AE3200;
}
</style>
border-color css
<style>
span { border-color: #AE3200; }
span { border-color: rgb(174,50,0); }
td.TdClassName
{
border-color: #AE3200;
}
.TagClassName
{
border-color: #AE3200;
}
</style>