Shades of Rust #AE3A1E
Tints of Rust #AE3A1E
RGB
CMYK
RGB Variations
Color information
#AE3A1E (or 0xAE3A1E) is known color: Rust. HEX triplet: AE, 3A and 1E. RGB value is (174,58,30). Sum of RGB (Red+Green+Blue) = 174+58+30=262 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.41% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3A1E is #51C5E1. Grayscale: #595959. Windows color (decimal): -5359074 or 1981102. OLE color: 1981102.
HSL color Cylindrical-coordinate representation of color #AE3A1E: hue angle of 11.67º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE3A1E is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 30 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.32 |
| HSL | 11.67º | 0.71% | 0.4% | - |
| HSV(B) | 11.67º | 0.83% | 0.68% | - |
| XYZ | 19.2 | 12.12 | 2.56 | - |
| YUV | 89.49 | 94.43 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 30 | 0 | 0.67 | 0.83 | 0.32 | 11.67 | 0.71 | 0.4 |
| Hex | AE | 3A | 1E | 0 | 43 | 53 | 20 | C | 47 | 28 |
| Octal | 256 | 72 | 36 | 0 | 103 | 123 | 40 | 14 | 107 | 50 |
| Binary | 10101110 | 111010 | 11110 | 0 | 1000011 | 1010011 | 100000 | 1100 | 1000111 | 101000 |
Color Harmonies of #AE3A1E
Complementary color
Monochromatic Colors of #AE3A1E
Black with #AE3A1E
Text Example
Text Example
White with #AE3A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A1E; }
p { color: rgb(174,58,30); }
H1.HeaderClassName
{
color: #AE3A1E;
}
.AnyTagClassName
{
color: #AE3A1E;
}
</style>
background-color css
<style>
a { background-color: #AE3A1E; }
a { background-color: rgb(174,58,30); }
div.DivClassName
{
background-color: #AE3A1E;
}
.BgClassName
{
background-color: #AE3A1E;
}
</style>
border-color css
<style>
span { border-color: #AE3A1E; }
span { border-color: rgb(174,58,30); }
td.TdClassName
{
border-color: #AE3A1E;
}
.TagClassName
{
border-color: #AE3A1E;
}
</style>