Shades of Rust #AE4201
Tints of Rust #AE4201
RGB
CMYK
RGB Variations
Color information
#AE4201 (or 0xAE4201) is known color: Rust. HEX triplet: AE, 42 and 01. RGB value is (174,66,1). Sum of RGB (Red+Green+Blue) = 174+66+1=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4201 is #51BDFE. Grayscale: #5B5B5B. Windows color (decimal): -5357055 or 82606. OLE color: 82606.
HSL color Cylindrical-coordinate representation of color #AE4201: hue angle of 22.54º 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 #AE4201 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 66 | 1 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.32 |
| HSL | 22.54º | 0.99% | 0.34% | - |
| HSV(B) | 22.54º | 0.99% | 0.68% | - |
| XYZ | 19.41 | 12.9 | 1.5 | - |
| YUV | 90.88 | 77.28 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 66 | 1 | 0 | 0.62 | 0.99 | 0.32 | 22.54 | 0.99 | 0.34 |
| Hex | AE | 42 | 1 | 0 | 3E | 63 | 20 | 17 | 63 | 22 |
| Octal | 256 | 102 | 1 | 0 | 76 | 143 | 40 | 27 | 143 | 42 |
| Binary | 10101110 | 1000010 | 1 | 0 | 111110 | 1100011 | 100000 | 10111 | 1100011 | 100010 |
Color Harmonies of #AE4201
Complementary color
Monochromatic Colors of #AE4201
Black with #AE4201
Text Example
Text Example
White with #AE4201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4201; }
p { color: rgb(174,66,1); }
H1.HeaderClassName
{
color: #AE4201;
}
.AnyTagClassName
{
color: #AE4201;
}
</style>
background-color css
<style>
a { background-color: #AE4201; }
a { background-color: rgb(174,66,1); }
div.DivClassName
{
background-color: #AE4201;
}
.BgClassName
{
background-color: #AE4201;
}
</style>
border-color css
<style>
span { border-color: #AE4201; }
span { border-color: rgb(174,66,1); }
td.TdClassName
{
border-color: #AE4201;
}
.TagClassName
{
border-color: #AE4201;
}
</style>