Shades of Rust #AE4200
Tints of Rust #AE4200
RGB
CMYK
RGB Variations
Color information
#AE4200 (or 0xAE4200) is known color: Rust. HEX triplet: AE, 42 and 00. RGB value is (174,66,0). Sum of RGB (Red+Green+Blue) = 174+66+0=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4200 is #51BDFF. Grayscale: #5B5B5B. Windows color (decimal): -5357056 or 17070. OLE color: 17070.
HSL color Cylindrical-coordinate representation of color #AE4200: hue angle of 22.76º 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 #AE4200 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 66 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.32 |
| HSL | 22.76º | 1% | 0.34% | - |
| HSV(B) | 22.76º | 1% | 0.68% | - |
| XYZ | 19.4 | 12.9 | 1.47 | - |
| YUV | 90.77 | 76.78 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 66 | 0 | 0 | 0.62 | 1 | 0.32 | 22.76 | 1 | 0.34 |
| Hex | AE | 42 | 0 | 0 | 3E | 64 | 20 | 17 | 64 | 22 |
| Octal | 256 | 102 | 0 | 0 | 76 | 144 | 40 | 27 | 144 | 42 |
| Binary | 10101110 | 1000010 | 0 | 0 | 111110 | 1100100 | 100000 | 10111 | 1100100 | 100010 |
Color Harmonies of #AE4200
Complementary color
Monochromatic Colors of #AE4200
Black with #AE4200
Text Example
Text Example
White with #AE4200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4200; }
p { color: rgb(174,66,0); }
H1.HeaderClassName
{
color: #AE4200;
}
.AnyTagClassName
{
color: #AE4200;
}
</style>
background-color css
<style>
a { background-color: #AE4200; }
a { background-color: rgb(174,66,0); }
div.DivClassName
{
background-color: #AE4200;
}
.BgClassName
{
background-color: #AE4200;
}
</style>
border-color css
<style>
span { border-color: #AE4200; }
span { border-color: rgb(174,66,0); }
td.TdClassName
{
border-color: #AE4200;
}
.TagClassName
{
border-color: #AE4200;
}
</style>