Shades of Rust #AE411C
Tints of Rust #AE411C
RGB
CMYK
RGB Variations
Color information
#AE411C (or 0xAE411C) is known color: Rust. HEX triplet: AE, 41 and 1C. RGB value is (174,65,28). Sum of RGB (Red+Green+Blue) = 174+65+28=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE411C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE411C is #51BEE3. Grayscale: #5D5D5D. Windows color (decimal): -5357284 or 1851822. OLE color: 1851822.
HSL color Cylindrical-coordinate representation of color #AE411C: hue angle of 15.21º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE411C is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 28 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.32 |
| HSL | 15.21º | 0.72% | 0.4% | - |
| HSV(B) | 15.21º | 0.84% | 0.68% | - |
| XYZ | 19.56 | 12.86 | 2.55 | - |
| YUV | 93.37 | 91.11 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 28 | 0 | 0.63 | 0.84 | 0.32 | 15.21 | 0.72 | 0.4 |
| Hex | AE | 41 | 1C | 0 | 3F | 54 | 20 | F | 48 | 28 |
| Octal | 256 | 101 | 34 | 0 | 77 | 124 | 40 | 17 | 110 | 50 |
| Binary | 10101110 | 1000001 | 11100 | 0 | 111111 | 1010100 | 100000 | 1111 | 1001000 | 101000 |
Color Harmonies of #AE411C
Complementary color
Monochromatic Colors of #AE411C
Black with #AE411C
Text Example
Text Example
White with #AE411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE411C; }
p { color: rgb(174,65,28); }
H1.HeaderClassName
{
color: #AE411C;
}
.AnyTagClassName
{
color: #AE411C;
}
</style>
background-color css
<style>
a { background-color: #AE411C; }
a { background-color: rgb(174,65,28); }
div.DivClassName
{
background-color: #AE411C;
}
.BgClassName
{
background-color: #AE411C;
}
</style>
border-color css
<style>
span { border-color: #AE411C; }
span { border-color: rgb(174,65,28); }
td.TdClassName
{
border-color: #AE411C;
}
.TagClassName
{
border-color: #AE411C;
}
</style>