Shades of Rust #AE3201
Tints of Rust #AE3201
RGB
CMYK
RGB Variations
Color information
#AE3201 (or 0xAE3201) is known color: Rust. HEX triplet: AE, 32 and 01. RGB value is (174,50,1). Sum of RGB (Red+Green+Blue) = 174+50+1=225 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.33% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3201 is #51CDFE. Grayscale: #515151. Windows color (decimal): -5361151 or 78510. OLE color: 78510.
HSL color Cylindrical-coordinate representation of color #AE3201: hue angle of 16.99º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE3201 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.32 |
| HSL | 16.99º | 0.99% | 0.34% | - |
| HSV(B) | 16.99º | 0.99% | 0.68% | - |
| XYZ | 18.6 | 11.28 | 1.23 | - |
| YUV | 81.49 | 82.58 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 1 | 0 | 0.71 | 0.99 | 0.32 | 16.99 | 0.99 | 0.34 |
| Hex | AE | 32 | 1 | 0 | 47 | 63 | 20 | 11 | 63 | 22 |
| Octal | 256 | 62 | 1 | 0 | 107 | 143 | 40 | 21 | 143 | 42 |
| Binary | 10101110 | 110010 | 1 | 0 | 1000111 | 1100011 | 100000 | 10001 | 1100011 | 100010 |
Color Harmonies of #AE3201
Complementary color
Monochromatic Colors of #AE3201
Black with #AE3201
Text Example
Text Example
White with #AE3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3201; }
p { color: rgb(174,50,1); }
H1.HeaderClassName
{
color: #AE3201;
}
.AnyTagClassName
{
color: #AE3201;
}
</style>
background-color css
<style>
a { background-color: #AE3201; }
a { background-color: rgb(174,50,1); }
div.DivClassName
{
background-color: #AE3201;
}
.BgClassName
{
background-color: #AE3201;
}
</style>
border-color css
<style>
span { border-color: #AE3201; }
span { border-color: rgb(174,50,1); }
td.TdClassName
{
border-color: #AE3201;
}
.TagClassName
{
border-color: #AE3201;
}
</style>