Shades of Rust #AE3A00
Tints of Rust #AE3A00
RGB
CMYK
RGB Variations
Color information
#AE3A00 (or 0xAE3A00) is known color: Rust. HEX triplet: AE, 3A and 00. RGB value is (174,58,0). Sum of RGB (Red+Green+Blue) = 174+58+0=232 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3A00 is #51C5FF. Grayscale: #565656. Windows color (decimal): -5359104 or 15022. OLE color: 15022.
HSL color Cylindrical-coordinate representation of color #AE3A00: hue angle of 20º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE3A00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.32 |
| HSL | 20º | 1% | 0.34% | - |
| HSV(B) | 20º | 1% | 0.68% | - |
| XYZ | 18.97 | 12.02 | 1.32 | - |
| YUV | 86.07 | 79.43 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 0 | 0 | 0.67 | 1 | 0.32 | 20 | 1 | 0.34 |
| Hex | AE | 3A | 0 | 0 | 43 | 64 | 20 | 14 | 64 | 22 |
| Octal | 256 | 72 | 0 | 0 | 103 | 144 | 40 | 24 | 144 | 42 |
| Binary | 10101110 | 111010 | 0 | 0 | 1000011 | 1100100 | 100000 | 10100 | 1100100 | 100010 |
Color Harmonies of #AE3A00
Complementary color
Monochromatic Colors of #AE3A00
Black with #AE3A00
Text Example
Text Example
White with #AE3A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A00; }
p { color: rgb(174,58,0); }
H1.HeaderClassName
{
color: #AE3A00;
}
.AnyTagClassName
{
color: #AE3A00;
}
</style>
background-color css
<style>
a { background-color: #AE3A00; }
a { background-color: rgb(174,58,0); }
div.DivClassName
{
background-color: #AE3A00;
}
.BgClassName
{
background-color: #AE3A00;
}
</style>
border-color css
<style>
span { border-color: #AE3A00; }
span { border-color: rgb(174,58,0); }
td.TdClassName
{
border-color: #AE3A00;
}
.TagClassName
{
border-color: #AE3A00;
}
</style>