Shades of Rust #AE3A07
Tints of Rust #AE3A07
RGB
CMYK
RGB Variations
Color information
#AE3A07 (or 0xAE3A07) is known color: Rust. HEX triplet: AE, 3A and 07. RGB value is (174,58,7). Sum of RGB (Red+Green+Blue) = 174+58+7=239 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.80% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3A07 is #51C5F8. Grayscale: #575757. Windows color (decimal): -5359097 or 473774. OLE color: 473774.
HSL color Cylindrical-coordinate representation of color #AE3A07: hue angle of 18.32º 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 #AE3A07 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 7 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.32 |
| HSL | 18.32º | 0.92% | 0.35% | - |
| HSV(B) | 18.32º | 0.96% | 0.68% | - |
| XYZ | 19.01 | 12.04 | 1.52 | - |
| YUV | 86.87 | 82.93 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 7 | 0 | 0.67 | 0.96 | 0.32 | 18.32 | 0.92 | 0.35 |
| Hex | AE | 3A | 7 | 0 | 43 | 60 | 20 | 12 | 5C | 23 |
| Octal | 256 | 72 | 7 | 0 | 103 | 140 | 40 | 22 | 134 | 43 |
| Binary | 10101110 | 111010 | 111 | 0 | 1000011 | 1100000 | 100000 | 10010 | 1011100 | 100011 |
Color Harmonies of #AE3A07
Complementary color
Monochromatic Colors of #AE3A07
Black with #AE3A07
Text Example
Text Example
White with #AE3A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A07; }
p { color: rgb(174,58,7); }
H1.HeaderClassName
{
color: #AE3A07;
}
.AnyTagClassName
{
color: #AE3A07;
}
</style>
background-color css
<style>
a { background-color: #AE3A07; }
a { background-color: rgb(174,58,7); }
div.DivClassName
{
background-color: #AE3A07;
}
.BgClassName
{
background-color: #AE3A07;
}
</style>
border-color css
<style>
span { border-color: #AE3A07; }
span { border-color: rgb(174,58,7); }
td.TdClassName
{
border-color: #AE3A07;
}
.TagClassName
{
border-color: #AE3A07;
}
</style>