Shades of Rust #AE411E
Tints of Rust #AE411E
RGB
CMYK
RGB Variations
Color information
#AE411E (or 0xAE411E) is known color: Rust. HEX triplet: AE, 41 and 1E. RGB value is (174,65,30). Sum of RGB (Red+Green+Blue) = 174+65+30=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE411E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE411E is #51BEE1. Grayscale: #5D5D5D. Windows color (decimal): -5357282 or 1982894. OLE color: 1982894.
HSL color Cylindrical-coordinate representation of color #AE411E: hue angle of 14.58º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE411E is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 30 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.32 |
| HSL | 14.58º | 0.71% | 0.4% | - |
| HSV(B) | 14.58º | 0.83% | 0.68% | - |
| XYZ | 19.58 | 12.87 | 2.68 | - |
| YUV | 93.6 | 92.11 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 30 | 0 | 0.63 | 0.83 | 0.32 | 14.58 | 0.71 | 0.4 |
| Hex | AE | 41 | 1E | 0 | 3F | 53 | 20 | F | 47 | 28 |
| Octal | 256 | 101 | 36 | 0 | 77 | 123 | 40 | 17 | 107 | 50 |
| Binary | 10101110 | 1000001 | 11110 | 0 | 111111 | 1010011 | 100000 | 1111 | 1000111 | 101000 |
Color Harmonies of #AE411E
Complementary color
Monochromatic Colors of #AE411E
Black with #AE411E
Text Example
Text Example
White with #AE411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE411E; }
p { color: rgb(174,65,30); }
H1.HeaderClassName
{
color: #AE411E;
}
.AnyTagClassName
{
color: #AE411E;
}
</style>
background-color css
<style>
a { background-color: #AE411E; }
a { background-color: rgb(174,65,30); }
div.DivClassName
{
background-color: #AE411E;
}
.BgClassName
{
background-color: #AE411E;
}
</style>
border-color css
<style>
span { border-color: #AE411E; }
span { border-color: rgb(174,65,30); }
td.TdClassName
{
border-color: #AE411E;
}
.TagClassName
{
border-color: #AE411E;
}
</style>