Shades of Rust #AE3401
Tints of Rust #AE3401
RGB
CMYK
RGB Variations
Color information
#AE3401 (or 0xAE3401) is known color: Rust. HEX triplet: AE, 34 and 01. RGB value is (174,52,1). Sum of RGB (Red+Green+Blue) = 174+52+1=227 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.65% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3401 is #51CBFE. Grayscale: #525252. Windows color (decimal): -5360639 or 79022. OLE color: 79022.
HSL color Cylindrical-coordinate representation of color #AE3401: hue angle of 17.69º 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 #AE3401 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 52 | 1 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.32 |
| HSL | 17.69º | 0.99% | 0.34% | - |
| HSV(B) | 17.69º | 0.99% | 0.68% | - |
| XYZ | 18.69 | 11.46 | 1.26 | - |
| YUV | 82.66 | 81.92 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 52 | 1 | 0 | 0.70 | 0.99 | 0.32 | 17.69 | 0.99 | 0.34 |
| Hex | AE | 34 | 1 | 0 | 46 | 63 | 20 | 12 | 63 | 22 |
| Octal | 256 | 64 | 1 | 0 | 106 | 143 | 40 | 22 | 143 | 42 |
| Binary | 10101110 | 110100 | 1 | 0 | 1000110 | 1100011 | 100000 | 10010 | 1100011 | 100010 |
Color Harmonies of #AE3401
Complementary color
Monochromatic Colors of #AE3401
Black with #AE3401
Text Example
Text Example
White with #AE3401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3401; }
p { color: rgb(174,52,1); }
H1.HeaderClassName
{
color: #AE3401;
}
.AnyTagClassName
{
color: #AE3401;
}
</style>
background-color css
<style>
a { background-color: #AE3401; }
a { background-color: rgb(174,52,1); }
div.DivClassName
{
background-color: #AE3401;
}
.BgClassName
{
background-color: #AE3401;
}
</style>
border-color css
<style>
span { border-color: #AE3401; }
span { border-color: rgb(174,52,1); }
td.TdClassName
{
border-color: #AE3401;
}
.TagClassName
{
border-color: #AE3401;
}
</style>