Shades of Rust #AE3A18
Tints of Rust #AE3A18
RGB
CMYK
RGB Variations
Color information
#AE3A18 (or 0xAE3A18) is known color: Rust. HEX triplet: AE, 3A and 18. RGB value is (174,58,24). Sum of RGB (Red+Green+Blue) = 174+58+24=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3A18 is #51C5E7. Grayscale: #595959. Windows color (decimal): -5359080 or 1587886. OLE color: 1587886.
HSL color Cylindrical-coordinate representation of color #AE3A18: hue angle of 13.6º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE3A18 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 24 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.32 |
| HSL | 13.6º | 0.76% | 0.39% | - |
| HSV(B) | 13.6º | 0.86% | 0.68% | - |
| XYZ | 19.13 | 12.09 | 2.19 | - |
| YUV | 88.81 | 91.43 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 24 | 0 | 0.67 | 0.86 | 0.32 | 13.6 | 0.76 | 0.39 |
| Hex | AE | 3A | 18 | 0 | 43 | 56 | 20 | E | 4C | 27 |
| Octal | 256 | 72 | 30 | 0 | 103 | 126 | 40 | 16 | 114 | 47 |
| Binary | 10101110 | 111010 | 11000 | 0 | 1000011 | 1010110 | 100000 | 1110 | 1001100 | 100111 |
Color Harmonies of #AE3A18
Complementary color
Monochromatic Colors of #AE3A18
Black with #AE3A18
Text Example
Text Example
White with #AE3A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A18; }
p { color: rgb(174,58,24); }
H1.HeaderClassName
{
color: #AE3A18;
}
.AnyTagClassName
{
color: #AE3A18;
}
</style>
background-color css
<style>
a { background-color: #AE3A18; }
a { background-color: rgb(174,58,24); }
div.DivClassName
{
background-color: #AE3A18;
}
.BgClassName
{
background-color: #AE3A18;
}
</style>
border-color css
<style>
span { border-color: #AE3A18; }
span { border-color: rgb(174,58,24); }
td.TdClassName
{
border-color: #AE3A18;
}
.TagClassName
{
border-color: #AE3A18;
}
</style>