Shades of Rust #AE3105
Tints of Rust #AE3105
RGB
CMYK
RGB Variations
Color information
#AE3105 (or 0xAE3105) is known color: Rust. HEX triplet: AE, 31 and 05. RGB value is (174,49,5). Sum of RGB (Red+Green+Blue) = 174+49+5=228 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.32% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3105 is #51CEFA. Grayscale: #515151. Windows color (decimal): -5361403 or 340398. OLE color: 340398.
HSL color Cylindrical-coordinate representation of color #AE3105: hue angle of 15.62º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE3105 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 49 | 5 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.32 |
| HSL | 15.62º | 0.94% | 0.35% | - |
| HSV(B) | 15.62º | 0.97% | 0.68% | - |
| XYZ | 18.58 | 11.21 | 1.33 | - |
| YUV | 81.36 | 84.91 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 49 | 5 | 0 | 0.72 | 0.97 | 0.32 | 15.62 | 0.94 | 0.35 |
| Hex | AE | 31 | 5 | 0 | 48 | 61 | 20 | 10 | 5E | 23 |
| Octal | 256 | 61 | 5 | 0 | 110 | 141 | 40 | 20 | 136 | 43 |
| Binary | 10101110 | 110001 | 101 | 0 | 1001000 | 1100001 | 100000 | 10000 | 1011110 | 100011 |
Color Harmonies of #AE3105
Complementary color
Monochromatic Colors of #AE3105
Black with #AE3105
Text Example
Text Example
White with #AE3105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3105; }
p { color: rgb(174,49,5); }
H1.HeaderClassName
{
color: #AE3105;
}
.AnyTagClassName
{
color: #AE3105;
}
</style>
background-color css
<style>
a { background-color: #AE3105; }
a { background-color: rgb(174,49,5); }
div.DivClassName
{
background-color: #AE3105;
}
.BgClassName
{
background-color: #AE3105;
}
</style>
border-color css
<style>
span { border-color: #AE3105; }
span { border-color: rgb(174,49,5); }
td.TdClassName
{
border-color: #AE3105;
}
.TagClassName
{
border-color: #AE3105;
}
</style>