Shades of Rust #AE2F0A
Tints of Rust #AE2F0A
RGB
CMYK
RGB Variations
Color information
#AE2F0A (or 0xAE2F0A) is known color: Rust. HEX triplet: AE, 2F and 0A. RGB value is (174,47,10). Sum of RGB (Red+Green+Blue) = 174+47+10=231 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.32% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2F0A is #51D0F5. Grayscale: #515151. Windows color (decimal): -5361910 or 667566. OLE color: 667566.
HSL color Cylindrical-coordinate representation of color #AE2F0A: hue angle of 13.54º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE2F0A is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 47 | 10 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.32 |
| HSL | 13.54º | 0.89% | 0.36% | - |
| HSV(B) | 13.54º | 0.94% | 0.68% | - |
| XYZ | 18.53 | 11.05 | 1.44 | - |
| YUV | 80.76 | 88.08 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 47 | 10 | 0 | 0.73 | 0.94 | 0.32 | 13.54 | 0.89 | 0.36 |
| Hex | AE | 2F | A | 0 | 49 | 5E | 20 | E | 59 | 24 |
| Octal | 256 | 57 | 12 | 0 | 111 | 136 | 40 | 16 | 131 | 44 |
| Binary | 10101110 | 101111 | 1010 | 0 | 1001001 | 1011110 | 100000 | 1110 | 1011001 | 100100 |
Color Harmonies of #AE2F0A
Complementary color
Monochromatic Colors of #AE2F0A
Black with #AE2F0A
Text Example
Text Example
White with #AE2F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2F0A; }
p { color: rgb(174,47,10); }
H1.HeaderClassName
{
color: #AE2F0A;
}
.AnyTagClassName
{
color: #AE2F0A;
}
</style>
background-color css
<style>
a { background-color: #AE2F0A; }
a { background-color: rgb(174,47,10); }
div.DivClassName
{
background-color: #AE2F0A;
}
.BgClassName
{
background-color: #AE2F0A;
}
</style>
border-color css
<style>
span { border-color: #AE2F0A; }
span { border-color: rgb(174,47,10); }
td.TdClassName
{
border-color: #AE2F0A;
}
.TagClassName
{
border-color: #AE2F0A;
}
</style>