Shades of Rust #AE3C1A
Tints of Rust #AE3C1A
RGB
CMYK
RGB Variations
Color information
#AE3C1A (or 0xAE3C1A) is known color: Rust. HEX triplet: AE, 3C and 1A. RGB value is (174,60,26). Sum of RGB (Red+Green+Blue) = 174+60+26=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3C1A is #51C3E5. Grayscale: #5A5A5A. Windows color (decimal): -5358566 or 1719470. OLE color: 1719470.
HSL color Cylindrical-coordinate representation of color #AE3C1A: hue angle of 13.78º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE3C1A is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 26 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.32 |
| HSL | 13.78º | 0.74% | 0.39% | - |
| HSV(B) | 13.78º | 0.85% | 0.68% | - |
| XYZ | 19.26 | 12.3 | 2.34 | - |
| YUV | 90.21 | 91.77 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 26 | 0 | 0.66 | 0.85 | 0.32 | 13.78 | 0.74 | 0.39 |
| Hex | AE | 3C | 1A | 0 | 42 | 55 | 20 | E | 4A | 27 |
| Octal | 256 | 74 | 32 | 0 | 102 | 125 | 40 | 16 | 112 | 47 |
| Binary | 10101110 | 111100 | 11010 | 0 | 1000010 | 1010101 | 100000 | 1110 | 1001010 | 100111 |
Color Harmonies of #AE3C1A
Complementary color
Monochromatic Colors of #AE3C1A
Black with #AE3C1A
Text Example
Text Example
White with #AE3C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C1A; }
p { color: rgb(174,60,26); }
H1.HeaderClassName
{
color: #AE3C1A;
}
.AnyTagClassName
{
color: #AE3C1A;
}
</style>
background-color css
<style>
a { background-color: #AE3C1A; }
a { background-color: rgb(174,60,26); }
div.DivClassName
{
background-color: #AE3C1A;
}
.BgClassName
{
background-color: #AE3C1A;
}
</style>
border-color css
<style>
span { border-color: #AE3C1A; }
span { border-color: rgb(174,60,26); }
td.TdClassName
{
border-color: #AE3C1A;
}
.TagClassName
{
border-color: #AE3C1A;
}
</style>