Shades of Rust #AE491C
Tints of Rust #AE491C
RGB
CMYK
RGB Variations
Color information
#AE491C (or 0xAE491C) is known color: Rust. HEX triplet: AE, 49 and 1C. RGB value is (174,73,28). Sum of RGB (Red+Green+Blue) = 174+73+28=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE491C is #51B6E3. Grayscale: #626262. Windows color (decimal): -5355236 or 1853870. OLE color: 1853870.
HSL color Cylindrical-coordinate representation of color #AE491C: hue angle of 18.49º 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 #AE491C is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 73 | 28 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.32 |
| HSL | 18.49º | 0.72% | 0.4% | - |
| HSV(B) | 18.49º | 0.84% | 0.68% | - |
| XYZ | 20.05 | 13.85 | 2.71 | - |
| YUV | 98.07 | 88.46 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 73 | 28 | 0 | 0.58 | 0.84 | 0.32 | 18.49 | 0.72 | 0.4 |
| Hex | AE | 49 | 1C | 0 | 3A | 54 | 20 | 12 | 48 | 28 |
| Octal | 256 | 111 | 34 | 0 | 72 | 124 | 40 | 22 | 110 | 50 |
| Binary | 10101110 | 1001001 | 11100 | 0 | 111010 | 1010100 | 100000 | 10010 | 1001000 | 101000 |
Color Harmonies of #AE491C
Complementary color
Monochromatic Colors of #AE491C
Black with #AE491C
Text Example
Text Example
White with #AE491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE491C; }
p { color: rgb(174,73,28); }
H1.HeaderClassName
{
color: #AE491C;
}
.AnyTagClassName
{
color: #AE491C;
}
</style>
background-color css
<style>
a { background-color: #AE491C; }
a { background-color: rgb(174,73,28); }
div.DivClassName
{
background-color: #AE491C;
}
.BgClassName
{
background-color: #AE491C;
}
</style>
border-color css
<style>
span { border-color: #AE491C; }
span { border-color: rgb(174,73,28); }
td.TdClassName
{
border-color: #AE491C;
}
.TagClassName
{
border-color: #AE491C;
}
</style>