Shades of Rust #AE400B
Tints of Rust #AE400B
RGB
CMYK
RGB Variations
Color information
#AE400B (or 0xAE400B) is known color: Rust. HEX triplet: AE, 40 and 0B. RGB value is (174,64,11). Sum of RGB (Red+Green+Blue) = 174+64+11=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE400B is #51BFF4. Grayscale: #5B5B5B. Windows color (decimal): -5357557 or 737454. OLE color: 737454.
HSL color Cylindrical-coordinate representation of color #AE400B: hue angle of 19.51º 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 #AE400B is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 11 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.32 |
| HSL | 19.51º | 0.88% | 0.36% | - |
| HSV(B) | 19.51º | 0.94% | 0.68% | - |
| XYZ | 19.35 | 12.69 | 1.75 | - |
| YUV | 90.85 | 82.94 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 11 | 0 | 0.63 | 0.94 | 0.32 | 19.51 | 0.88 | 0.36 |
| Hex | AE | 40 | B | 0 | 3F | 5E | 20 | 14 | 58 | 24 |
| Octal | 256 | 100 | 13 | 0 | 77 | 136 | 40 | 24 | 130 | 44 |
| Binary | 10101110 | 1000000 | 1011 | 0 | 111111 | 1011110 | 100000 | 10100 | 1011000 | 100100 |
Color Harmonies of #AE400B
Complementary color
Monochromatic Colors of #AE400B
Black with #AE400B
Text Example
Text Example
White with #AE400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE400B; }
p { color: rgb(174,64,11); }
H1.HeaderClassName
{
color: #AE400B;
}
.AnyTagClassName
{
color: #AE400B;
}
</style>
background-color css
<style>
a { background-color: #AE400B; }
a { background-color: rgb(174,64,11); }
div.DivClassName
{
background-color: #AE400B;
}
.BgClassName
{
background-color: #AE400B;
}
</style>
border-color css
<style>
span { border-color: #AE400B; }
span { border-color: rgb(174,64,11); }
td.TdClassName
{
border-color: #AE400B;
}
.TagClassName
{
border-color: #AE400B;
}
</style>