Shades of Rust #AE2D0B
Tints of Rust #AE2D0B
RGB
CMYK
RGB Variations
Color information
#AE2D0B (or 0xAE2D0B) is known color: Rust. HEX triplet: AE, 2D and 0B. RGB value is (174,45,11). Sum of RGB (Red+Green+Blue) = 174+45+11=230 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.65% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2D0B is #51D2F4. Grayscale: #4F4F4F. Windows color (decimal): -5362421 or 732590. OLE color: 732590.
HSL color Cylindrical-coordinate representation of color #AE2D0B: hue angle of 12.52º degrees, saturation: 0.88, 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 #AE2D0B is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 45 | 11 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.32 |
| HSL | 12.52º | 0.88% | 0.36% | - |
| HSV(B) | 12.52º | 0.94% | 0.68% | - |
| XYZ | 18.45 | 10.9 | 1.45 | - |
| YUV | 79.7 | 89.24 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 45 | 11 | 0 | 0.74 | 0.94 | 0.32 | 12.52 | 0.88 | 0.36 |
| Hex | AE | 2D | B | 0 | 4A | 5E | 20 | D | 58 | 24 |
| Octal | 256 | 55 | 13 | 0 | 112 | 136 | 40 | 15 | 130 | 44 |
| Binary | 10101110 | 101101 | 1011 | 0 | 1001010 | 1011110 | 100000 | 1101 | 1011000 | 100100 |
Color Harmonies of #AE2D0B
Complementary color
Monochromatic Colors of #AE2D0B
Black with #AE2D0B
Text Example
Text Example
White with #AE2D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2D0B; }
p { color: rgb(174,45,11); }
H1.HeaderClassName
{
color: #AE2D0B;
}
.AnyTagClassName
{
color: #AE2D0B;
}
</style>
background-color css
<style>
a { background-color: #AE2D0B; }
a { background-color: rgb(174,45,11); }
div.DivClassName
{
background-color: #AE2D0B;
}
.BgClassName
{
background-color: #AE2D0B;
}
</style>
border-color css
<style>
span { border-color: #AE2D0B; }
span { border-color: rgb(174,45,11); }
td.TdClassName
{
border-color: #AE2D0B;
}
.TagClassName
{
border-color: #AE2D0B;
}
</style>