Shades of Rust #AE3A1C
Tints of Rust #AE3A1C
RGB
CMYK
RGB Variations
Color information
#AE3A1C (or 0xAE3A1C) is known color: Rust. HEX triplet: AE, 3A and 1C. RGB value is (174,58,28). Sum of RGB (Red+Green+Blue) = 174+58+28=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3A1C is #51C5E3. Grayscale: #595959. Windows color (decimal): -5359076 or 1850030. OLE color: 1850030.
HSL color Cylindrical-coordinate representation of color #AE3A1C: hue angle of 12.33º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE3A1C is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 28 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.32 |
| HSL | 12.33º | 0.72% | 0.4% | - |
| HSV(B) | 12.33º | 0.84% | 0.68% | - |
| XYZ | 19.18 | 12.11 | 2.43 | - |
| YUV | 89.26 | 93.43 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 28 | 0 | 0.67 | 0.84 | 0.32 | 12.33 | 0.72 | 0.4 |
| Hex | AE | 3A | 1C | 0 | 43 | 54 | 20 | C | 48 | 28 |
| Octal | 256 | 72 | 34 | 0 | 103 | 124 | 40 | 14 | 110 | 50 |
| Binary | 10101110 | 111010 | 11100 | 0 | 1000011 | 1010100 | 100000 | 1100 | 1001000 | 101000 |
Color Harmonies of #AE3A1C
Complementary color
Monochromatic Colors of #AE3A1C
Black with #AE3A1C
Text Example
Text Example
White with #AE3A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A1C; }
p { color: rgb(174,58,28); }
H1.HeaderClassName
{
color: #AE3A1C;
}
.AnyTagClassName
{
color: #AE3A1C;
}
</style>
background-color css
<style>
a { background-color: #AE3A1C; }
a { background-color: rgb(174,58,28); }
div.DivClassName
{
background-color: #AE3A1C;
}
.BgClassName
{
background-color: #AE3A1C;
}
</style>
border-color css
<style>
span { border-color: #AE3A1C; }
span { border-color: rgb(174,58,28); }
td.TdClassName
{
border-color: #AE3A1C;
}
.TagClassName
{
border-color: #AE3A1C;
}
</style>