Shades of Rust #AE3207
Tints of Rust #AE3207
RGB
CMYK
RGB Variations
Color information
#AE3207 (or 0xAE3207) is known color: Rust. HEX triplet: AE, 32 and 07. RGB value is (174,50,7). Sum of RGB (Red+Green+Blue) = 174+50+7=231 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.32% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3207 is #51CDF8. Grayscale: #525252. Windows color (decimal): -5361145 or 471726. OLE color: 471726.
HSL color Cylindrical-coordinate representation of color #AE3207: hue angle of 15.45º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE3207 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 50 | 7 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.32 |
| HSL | 15.45º | 0.92% | 0.35% | - |
| HSV(B) | 15.45º | 0.96% | 0.68% | - |
| XYZ | 18.63 | 11.3 | 1.4 | - |
| YUV | 82.17 | 85.58 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 50 | 7 | 0 | 0.71 | 0.96 | 0.32 | 15.45 | 0.92 | 0.35 |
| Hex | AE | 32 | 7 | 0 | 47 | 60 | 20 | F | 5C | 23 |
| Octal | 256 | 62 | 7 | 0 | 107 | 140 | 40 | 17 | 134 | 43 |
| Binary | 10101110 | 110010 | 111 | 0 | 1000111 | 1100000 | 100000 | 1111 | 1011100 | 100011 |
Color Harmonies of #AE3207
Complementary color
Monochromatic Colors of #AE3207
Black with #AE3207
Text Example
Text Example
White with #AE3207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3207; }
p { color: rgb(174,50,7); }
H1.HeaderClassName
{
color: #AE3207;
}
.AnyTagClassName
{
color: #AE3207;
}
</style>
background-color css
<style>
a { background-color: #AE3207; }
a { background-color: rgb(174,50,7); }
div.DivClassName
{
background-color: #AE3207;
}
.BgClassName
{
background-color: #AE3207;
}
</style>
border-color css
<style>
span { border-color: #AE3207; }
span { border-color: rgb(174,50,7); }
td.TdClassName
{
border-color: #AE3207;
}
.TagClassName
{
border-color: #AE3207;
}
</style>