Shades of Rust #AE310B
Tints of Rust #AE310B
RGB
CMYK
RGB Variations
Color information
#AE310B (or 0xAE310B) is known color: Rust. HEX triplet: AE, 31 and 0B. RGB value is (174,49,11). Sum of RGB (Red+Green+Blue) = 174+49+11=234 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.36% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 174 - color contains mainly: red. Hex color #AE310B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE310B is #51CEF4. Grayscale: #525252. Windows color (decimal): -5361397 or 733614. OLE color: 733614.
HSL color Cylindrical-coordinate representation of color #AE310B: hue angle of 13.99º 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 #AE310B is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 49 | 11 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.32 |
| HSL | 13.99º | 0.88% | 0.36% | - |
| HSV(B) | 13.99º | 0.94% | 0.68% | - |
| XYZ | 18.61 | 11.22 | 1.5 | - |
| YUV | 82.04 | 87.91 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 49 | 11 | 0 | 0.72 | 0.94 | 0.32 | 13.99 | 0.88 | 0.36 |
| Hex | AE | 31 | B | 0 | 48 | 5E | 20 | E | 58 | 24 |
| Octal | 256 | 61 | 13 | 0 | 110 | 136 | 40 | 16 | 130 | 44 |
| Binary | 10101110 | 110001 | 1011 | 0 | 1001000 | 1011110 | 100000 | 1110 | 1011000 | 100100 |
Color Harmonies of #AE310B
Complementary color
Monochromatic Colors of #AE310B
Black with #AE310B
Text Example
Text Example
White with #AE310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE310B; }
p { color: rgb(174,49,11); }
H1.HeaderClassName
{
color: #AE310B;
}
.AnyTagClassName
{
color: #AE310B;
}
</style>
background-color css
<style>
a { background-color: #AE310B; }
a { background-color: rgb(174,49,11); }
div.DivClassName
{
background-color: #AE310B;
}
.BgClassName
{
background-color: #AE310B;
}
</style>
border-color css
<style>
span { border-color: #AE310B; }
span { border-color: rgb(174,49,11); }
td.TdClassName
{
border-color: #AE310B;
}
.TagClassName
{
border-color: #AE310B;
}
</style>