Shades of Rust #AE500B
Tints of Rust #AE500B
RGB
CMYK
RGB Variations
Color information
#AE500B (or 0xAE500B) is known color: Rust. HEX triplet: AE, 50 and 0B. RGB value is (174,80,11). Sum of RGB (Red+Green+Blue) = 174+80+11=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE500B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE500B is #51AFF4. Grayscale: #646464. Windows color (decimal): -5353461 or 741550. OLE color: 741550.
HSL color Cylindrical-coordinate representation of color #AE500B: hue angle of 25.4º 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 #AE500B is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 11 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.32 |
| HSL | 25.4º | 0.88% | 0.36% | - |
| HSV(B) | 25.4º | 0.94% | 0.68% | - |
| XYZ | 20.38 | 14.76 | 2.09 | - |
| YUV | 100.24 | 77.64 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 11 | 0 | 0.54 | 0.94 | 0.32 | 25.4 | 0.88 | 0.36 |
| Hex | AE | 50 | B | 0 | 36 | 5E | 20 | 19 | 58 | 24 |
| Octal | 256 | 120 | 13 | 0 | 66 | 136 | 40 | 31 | 130 | 44 |
| Binary | 10101110 | 1010000 | 1011 | 0 | 110110 | 1011110 | 100000 | 11001 | 1011000 | 100100 |
Color Harmonies of #AE500B
Complementary color
Monochromatic Colors of #AE500B
Black with #AE500B
Text Example
Text Example
White with #AE500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE500B; }
p { color: rgb(174,80,11); }
H1.HeaderClassName
{
color: #AE500B;
}
.AnyTagClassName
{
color: #AE500B;
}
</style>
background-color css
<style>
a { background-color: #AE500B; }
a { background-color: rgb(174,80,11); }
div.DivClassName
{
background-color: #AE500B;
}
.BgClassName
{
background-color: #AE500B;
}
</style>
border-color css
<style>
span { border-color: #AE500B; }
span { border-color: rgb(174,80,11); }
td.TdClassName
{
border-color: #AE500B;
}
.TagClassName
{
border-color: #AE500B;
}
</style>