Shades of Rust #AE3619
Tints of Rust #AE3619
RGB
CMYK
RGB Variations
Color information
#AE3619 (or 0xAE3619) is known color: Rust. HEX triplet: AE, 36 and 19. RGB value is (174,54,25). Sum of RGB (Red+Green+Blue) = 174+54+25=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3619 is #51C9E6. Grayscale: #565656. Windows color (decimal): -5360103 or 1652398. OLE color: 1652398.
HSL color Cylindrical-coordinate representation of color #AE3619: hue angle of 11.68º degrees, saturation: 0.75, 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 #AE3619 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 54 | 25 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.32 |
| HSL | 11.68º | 0.75% | 0.39% | - |
| HSV(B) | 11.68º | 0.86% | 0.68% | - |
| XYZ | 18.95 | 11.71 | 2.18 | - |
| YUV | 86.57 | 93.26 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 54 | 25 | 0 | 0.69 | 0.86 | 0.32 | 11.68 | 0.75 | 0.39 |
| Hex | AE | 36 | 19 | 0 | 45 | 56 | 20 | C | 4B | 27 |
| Octal | 256 | 66 | 31 | 0 | 105 | 126 | 40 | 14 | 113 | 47 |
| Binary | 10101110 | 110110 | 11001 | 0 | 1000101 | 1010110 | 100000 | 1100 | 1001011 | 100111 |
Color Harmonies of #AE3619
Complementary color
Monochromatic Colors of #AE3619
Black with #AE3619
Text Example
Text Example
White with #AE3619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3619; }
p { color: rgb(174,54,25); }
H1.HeaderClassName
{
color: #AE3619;
}
.AnyTagClassName
{
color: #AE3619;
}
</style>
background-color css
<style>
a { background-color: #AE3619; }
a { background-color: rgb(174,54,25); }
div.DivClassName
{
background-color: #AE3619;
}
.BgClassName
{
background-color: #AE3619;
}
</style>
border-color css
<style>
span { border-color: #AE3619; }
span { border-color: rgb(174,54,25); }
td.TdClassName
{
border-color: #AE3619;
}
.TagClassName
{
border-color: #AE3619;
}
</style>