Shades of Rust #AE3815
Tints of Rust #AE3815
RGB
CMYK
RGB Variations
Color information
#AE3815 (or 0xAE3815) is known color: Rust. HEX triplet: AE, 38 and 15. RGB value is (174,56,21). Sum of RGB (Red+Green+Blue) = 174+56+21=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3815 is #51C7EA. Grayscale: #575757. Windows color (decimal): -5359595 or 1390766. OLE color: 1390766.
HSL color Cylindrical-coordinate representation of color #AE3815: hue angle of 13.73º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE3815 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 56 | 21 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.32 |
| HSL | 13.73º | 0.78% | 0.38% | - |
| HSV(B) | 13.73º | 0.88% | 0.68% | - |
| XYZ | 19.01 | 11.88 | 2 | - |
| YUV | 87.29 | 90.59 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 56 | 21 | 0 | 0.68 | 0.88 | 0.32 | 13.73 | 0.78 | 0.38 |
| Hex | AE | 38 | 15 | 0 | 44 | 58 | 20 | E | 4E | 26 |
| Octal | 256 | 70 | 25 | 0 | 104 | 130 | 40 | 16 | 116 | 46 |
| Binary | 10101110 | 111000 | 10101 | 0 | 1000100 | 1011000 | 100000 | 1110 | 1001110 | 100110 |
Color Harmonies of #AE3815
Complementary color
Monochromatic Colors of #AE3815
Black with #AE3815
Text Example
Text Example
White with #AE3815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3815; }
p { color: rgb(174,56,21); }
H1.HeaderClassName
{
color: #AE3815;
}
.AnyTagClassName
{
color: #AE3815;
}
</style>
background-color css
<style>
a { background-color: #AE3815; }
a { background-color: rgb(174,56,21); }
div.DivClassName
{
background-color: #AE3815;
}
.BgClassName
{
background-color: #AE3815;
}
</style>
border-color css
<style>
span { border-color: #AE3815; }
span { border-color: rgb(174,56,21); }
td.TdClassName
{
border-color: #AE3815;
}
.TagClassName
{
border-color: #AE3815;
}
</style>