Shades of Rust #AE410B
Tints of Rust #AE410B
RGB
CMYK
RGB Variations
Color information
#AE410B (or 0xAE410B) is known color: Rust. HEX triplet: AE, 41 and 0B. RGB value is (174,65,11). Sum of RGB (Red+Green+Blue) = 174+65+11=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE410B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE410B is #51BEF4. Grayscale: #5B5B5B. Windows color (decimal): -5357301 or 737710. OLE color: 737710.
HSL color Cylindrical-coordinate representation of color #AE410B: hue angle of 19.88º 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 #AE410B is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 11 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.32 |
| HSL | 19.88º | 0.88% | 0.36% | - |
| HSV(B) | 19.88º | 0.94% | 0.68% | - |
| XYZ | 19.41 | 12.8 | 1.77 | - |
| YUV | 91.44 | 82.61 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 11 | 0 | 0.63 | 0.94 | 0.32 | 19.88 | 0.88 | 0.36 |
| Hex | AE | 41 | B | 0 | 3F | 5E | 20 | 14 | 58 | 24 |
| Octal | 256 | 101 | 13 | 0 | 77 | 136 | 40 | 24 | 130 | 44 |
| Binary | 10101110 | 1000001 | 1011 | 0 | 111111 | 1011110 | 100000 | 10100 | 1011000 | 100100 |
Color Harmonies of #AE410B
Complementary color
Monochromatic Colors of #AE410B
Black with #AE410B
Text Example
Text Example
White with #AE410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE410B; }
p { color: rgb(174,65,11); }
H1.HeaderClassName
{
color: #AE410B;
}
.AnyTagClassName
{
color: #AE410B;
}
</style>
background-color css
<style>
a { background-color: #AE410B; }
a { background-color: rgb(174,65,11); }
div.DivClassName
{
background-color: #AE410B;
}
.BgClassName
{
background-color: #AE410B;
}
</style>
border-color css
<style>
span { border-color: #AE410B; }
span { border-color: rgb(174,65,11); }
td.TdClassName
{
border-color: #AE410B;
}
.TagClassName
{
border-color: #AE410B;
}
</style>