Shades of Rust #AE3A16
Tints of Rust #AE3A16
RGB
CMYK
RGB Variations
Color information
#AE3A16 (or 0xAE3A16) is known color: Rust. HEX triplet: AE, 3A and 16. RGB value is (174,58,22). Sum of RGB (Red+Green+Blue) = 174+58+22=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3A16 is #51C5E9. Grayscale: #585858. Windows color (decimal): -5359082 or 1456814. OLE color: 1456814.
HSL color Cylindrical-coordinate representation of color #AE3A16: hue angle of 14.21º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE3A16 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 22 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.32 |
| HSL | 14.21º | 0.78% | 0.38% | - |
| HSV(B) | 14.21º | 0.87% | 0.68% | - |
| XYZ | 19.11 | 12.08 | 2.08 | - |
| YUV | 88.58 | 90.43 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 22 | 0 | 0.67 | 0.87 | 0.32 | 14.21 | 0.78 | 0.38 |
| Hex | AE | 3A | 16 | 0 | 43 | 57 | 20 | E | 4E | 26 |
| Octal | 256 | 72 | 26 | 0 | 103 | 127 | 40 | 16 | 116 | 46 |
| Binary | 10101110 | 111010 | 10110 | 0 | 1000011 | 1010111 | 100000 | 1110 | 1001110 | 100110 |
Color Harmonies of #AE3A16
Complementary color
Monochromatic Colors of #AE3A16
Black with #AE3A16
Text Example
Text Example
White with #AE3A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A16; }
p { color: rgb(174,58,22); }
H1.HeaderClassName
{
color: #AE3A16;
}
.AnyTagClassName
{
color: #AE3A16;
}
</style>
background-color css
<style>
a { background-color: #AE3A16; }
a { background-color: rgb(174,58,22); }
div.DivClassName
{
background-color: #AE3A16;
}
.BgClassName
{
background-color: #AE3A16;
}
</style>
border-color css
<style>
span { border-color: #AE3A16; }
span { border-color: rgb(174,58,22); }
td.TdClassName
{
border-color: #AE3A16;
}
.TagClassName
{
border-color: #AE3A16;
}
</style>