Shades of Rust #AE2B0D
Tints of Rust #AE2B0D
RGB
CMYK
RGB Variations
Color information
#AE2B0D (or 0xAE2B0D) is known color: Rust. HEX triplet: AE, 2B and 0D. RGB value is (174,43,13). Sum of RGB (Red+Green+Blue) = 174+43+13=230 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.65% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2B0D is #51D4F2. Grayscale: #4F4F4F. Windows color (decimal): -5362931 or 863150. OLE color: 863150.
HSL color Cylindrical-coordinate representation of color #AE2B0D: hue angle of 11.18º 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 #AE2B0D is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 43 | 13 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.32 |
| HSL | 11.18º | 0.86% | 0.37% | - |
| HSV(B) | 11.18º | 0.93% | 0.68% | - |
| XYZ | 18.39 | 10.76 | 1.49 | - |
| YUV | 78.75 | 90.9 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 43 | 13 | 0 | 0.75 | 0.93 | 0.32 | 11.18 | 0.86 | 0.37 |
| Hex | AE | 2B | D | 0 | 4B | 5D | 20 | B | 56 | 25 |
| Octal | 256 | 53 | 15 | 0 | 113 | 135 | 40 | 13 | 126 | 45 |
| Binary | 10101110 | 101011 | 1101 | 0 | 1001011 | 1011101 | 100000 | 1011 | 1010110 | 100101 |
Color Harmonies of #AE2B0D
Complementary color
Monochromatic Colors of #AE2B0D
Black with #AE2B0D
Text Example
Text Example
White with #AE2B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2B0D; }
p { color: rgb(174,43,13); }
H1.HeaderClassName
{
color: #AE2B0D;
}
.AnyTagClassName
{
color: #AE2B0D;
}
</style>
background-color css
<style>
a { background-color: #AE2B0D; }
a { background-color: rgb(174,43,13); }
div.DivClassName
{
background-color: #AE2B0D;
}
.BgClassName
{
background-color: #AE2B0D;
}
</style>
border-color css
<style>
span { border-color: #AE2B0D; }
span { border-color: rgb(174,43,13); }
td.TdClassName
{
border-color: #AE2B0D;
}
.TagClassName
{
border-color: #AE2B0D;
}
</style>