Shades of Rust #AE3A13
Tints of Rust #AE3A13
RGB
CMYK
RGB Variations
Color information
#AE3A13 (or 0xAE3A13) is known color: Rust. HEX triplet: AE, 3A and 13. RGB value is (174,58,19). Sum of RGB (Red+Green+Blue) = 174+58+19=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3A13 is #51C5EC. Grayscale: #585858. Windows color (decimal): -5359085 or 1260206. OLE color: 1260206.
HSL color Cylindrical-coordinate representation of color #AE3A13: hue angle of 15.1º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE3A13 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 19 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.32 |
| HSL | 15.1º | 0.8% | 0.38% | - |
| HSV(B) | 15.1º | 0.89% | 0.68% | - |
| XYZ | 19.09 | 12.07 | 1.94 | - |
| YUV | 88.24 | 88.93 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 19 | 0 | 0.67 | 0.89 | 0.32 | 15.1 | 0.8 | 0.38 |
| Hex | AE | 3A | 13 | 0 | 43 | 59 | 20 | F | 50 | 26 |
| Octal | 256 | 72 | 23 | 0 | 103 | 131 | 40 | 17 | 120 | 46 |
| Binary | 10101110 | 111010 | 10011 | 0 | 1000011 | 1011001 | 100000 | 1111 | 1010000 | 100110 |
Color Harmonies of #AE3A13
Complementary color
Monochromatic Colors of #AE3A13
Black with #AE3A13
Text Example
Text Example
White with #AE3A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A13; }
p { color: rgb(174,58,19); }
H1.HeaderClassName
{
color: #AE3A13;
}
.AnyTagClassName
{
color: #AE3A13;
}
</style>
background-color css
<style>
a { background-color: #AE3A13; }
a { background-color: rgb(174,58,19); }
div.DivClassName
{
background-color: #AE3A13;
}
.BgClassName
{
background-color: #AE3A13;
}
</style>
border-color css
<style>
span { border-color: #AE3A13; }
span { border-color: rgb(174,58,19); }
td.TdClassName
{
border-color: #AE3A13;
}
.TagClassName
{
border-color: #AE3A13;
}
</style>