Shades of Rust #AE2F0D
Tints of Rust #AE2F0D
RGB
CMYK
RGB Variations
Color information
#AE2F0D (or 0xAE2F0D) is known color: Rust. HEX triplet: AE, 2F and 0D. RGB value is (174,47,13). Sum of RGB (Red+Green+Blue) = 174+47+13=234 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.36% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2F0D is #51D0F2. Grayscale: #515151. Windows color (decimal): -5361907 or 864174. OLE color: 864174.
HSL color Cylindrical-coordinate representation of color #AE2F0D: hue angle of 12.67º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE2F0D is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 47 | 13 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.32 |
| HSL | 12.67º | 0.86% | 0.37% | - |
| HSV(B) | 12.67º | 0.93% | 0.68% | - |
| XYZ | 18.54 | 11.06 | 1.54 | - |
| YUV | 81.1 | 89.58 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 47 | 13 | 0 | 0.73 | 0.93 | 0.32 | 12.67 | 0.86 | 0.37 |
| Hex | AE | 2F | D | 0 | 49 | 5D | 20 | D | 56 | 25 |
| Octal | 256 | 57 | 15 | 0 | 111 | 135 | 40 | 15 | 126 | 45 |
| Binary | 10101110 | 101111 | 1101 | 0 | 1001001 | 1011101 | 100000 | 1101 | 1010110 | 100101 |
Color Harmonies of #AE2F0D
Complementary color
Monochromatic Colors of #AE2F0D
Black with #AE2F0D
Text Example
Text Example
White with #AE2F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2F0D; }
p { color: rgb(174,47,13); }
H1.HeaderClassName
{
color: #AE2F0D;
}
.AnyTagClassName
{
color: #AE2F0D;
}
</style>
background-color css
<style>
a { background-color: #AE2F0D; }
a { background-color: rgb(174,47,13); }
div.DivClassName
{
background-color: #AE2F0D;
}
.BgClassName
{
background-color: #AE2F0D;
}
</style>
border-color css
<style>
span { border-color: #AE2F0D; }
span { border-color: rgb(174,47,13); }
td.TdClassName
{
border-color: #AE2F0D;
}
.TagClassName
{
border-color: #AE2F0D;
}
</style>