Shades of Rust #AE3403
Tints of Rust #AE3403
RGB
CMYK
RGB Variations
Color information
#AE3403 (or 0xAE3403) is known color: Rust. HEX triplet: AE, 34 and 03. RGB value is (174,52,3). Sum of RGB (Red+Green+Blue) = 174+52+3=229 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.98% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3403 is #51CBFC. Grayscale: #535353. Windows color (decimal): -5360637 or 210094. OLE color: 210094.
HSL color Cylindrical-coordinate representation of color #AE3403: hue angle of 17.19º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE3403 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 52 | 3 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.32 |
| HSL | 17.19º | 0.97% | 0.35% | - |
| HSV(B) | 17.19º | 0.98% | 0.68% | - |
| XYZ | 18.7 | 11.46 | 1.31 | - |
| YUV | 82.89 | 82.92 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 52 | 3 | 0 | 0.70 | 0.98 | 0.32 | 17.19 | 0.97 | 0.35 |
| Hex | AE | 34 | 3 | 0 | 46 | 62 | 20 | 11 | 61 | 23 |
| Octal | 256 | 64 | 3 | 0 | 106 | 142 | 40 | 21 | 141 | 43 |
| Binary | 10101110 | 110100 | 11 | 0 | 1000110 | 1100010 | 100000 | 10001 | 1100001 | 100011 |
Color Harmonies of #AE3403
Complementary color
Monochromatic Colors of #AE3403
Black with #AE3403
Text Example
Text Example
White with #AE3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3403; }
p { color: rgb(174,52,3); }
H1.HeaderClassName
{
color: #AE3403;
}
.AnyTagClassName
{
color: #AE3403;
}
</style>
background-color css
<style>
a { background-color: #AE3403; }
a { background-color: rgb(174,52,3); }
div.DivClassName
{
background-color: #AE3403;
}
.BgClassName
{
background-color: #AE3403;
}
</style>
border-color css
<style>
span { border-color: #AE3403; }
span { border-color: rgb(174,52,3); }
td.TdClassName
{
border-color: #AE3403;
}
.TagClassName
{
border-color: #AE3403;
}
</style>