Shades of Rust #AE290B
Tints of Rust #AE290B
RGB
CMYK
RGB Variations
Color information
#AE290B (or 0xAE290B) is known color: Rust. HEX triplet: AE, 29 and 0B. RGB value is (174,41,11). Sum of RGB (Red+Green+Blue) = 174+41+11=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE290B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE290B is #51D6F4. Grayscale: #4D4D4D. Windows color (decimal): -5363445 or 731566. OLE color: 731566.
HSL color Cylindrical-coordinate representation of color #AE290B: hue angle of 11.04º 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 #AE290B is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 41 | 11 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.32 |
| HSL | 11.04º | 0.88% | 0.36% | - |
| HSV(B) | 11.04º | 0.94% | 0.68% | - |
| XYZ | 18.31 | 10.61 | 1.4 | - |
| YUV | 77.35 | 90.56 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 41 | 11 | 0 | 0.76 | 0.94 | 0.32 | 11.04 | 0.88 | 0.36 |
| Hex | AE | 29 | B | 0 | 4C | 5E | 20 | B | 58 | 24 |
| Octal | 256 | 51 | 13 | 0 | 114 | 136 | 40 | 13 | 130 | 44 |
| Binary | 10101110 | 101001 | 1011 | 0 | 1001100 | 1011110 | 100000 | 1011 | 1011000 | 100100 |
Color Harmonies of #AE290B
Complementary color
Monochromatic Colors of #AE290B
Black with #AE290B
Text Example
Text Example
White with #AE290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE290B; }
p { color: rgb(174,41,11); }
H1.HeaderClassName
{
color: #AE290B;
}
.AnyTagClassName
{
color: #AE290B;
}
</style>
background-color css
<style>
a { background-color: #AE290B; }
a { background-color: rgb(174,41,11); }
div.DivClassName
{
background-color: #AE290B;
}
.BgClassName
{
background-color: #AE290B;
}
</style>
border-color css
<style>
span { border-color: #AE290B; }
span { border-color: rgb(174,41,11); }
td.TdClassName
{
border-color: #AE290B;
}
.TagClassName
{
border-color: #AE290B;
}
</style>