Shades of Rust #AE451E
Tints of Rust #AE451E
RGB
CMYK
RGB Variations
Color information
#AE451E (or 0xAE451E) is known color: Rust. HEX triplet: AE, 45 and 1E. RGB value is (174,69,30). Sum of RGB (Red+Green+Blue) = 174+69+30=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE451E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE451E is #51BAE1. Grayscale: #606060. Windows color (decimal): -5356258 or 1983918. OLE color: 1983918.
HSL color Cylindrical-coordinate representation of color #AE451E: hue angle of 16.25º 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 #AE451E is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 69 | 30 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.32 |
| HSL | 16.25º | 0.71% | 0.4% | - |
| HSV(B) | 16.25º | 0.83% | 0.68% | - |
| XYZ | 19.82 | 13.35 | 2.76 | - |
| YUV | 95.95 | 90.79 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 69 | 30 | 0 | 0.60 | 0.83 | 0.32 | 16.25 | 0.71 | 0.4 |
| Hex | AE | 45 | 1E | 0 | 3C | 53 | 20 | 10 | 47 | 28 |
| Octal | 256 | 105 | 36 | 0 | 74 | 123 | 40 | 20 | 107 | 50 |
| Binary | 10101110 | 1000101 | 11110 | 0 | 111100 | 1010011 | 100000 | 10000 | 1000111 | 101000 |
Color Harmonies of #AE451E
Complementary color
Monochromatic Colors of #AE451E
Black with #AE451E
Text Example
Text Example
White with #AE451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE451E; }
p { color: rgb(174,69,30); }
H1.HeaderClassName
{
color: #AE451E;
}
.AnyTagClassName
{
color: #AE451E;
}
</style>
background-color css
<style>
a { background-color: #AE451E; }
a { background-color: rgb(174,69,30); }
div.DivClassName
{
background-color: #AE451E;
}
.BgClassName
{
background-color: #AE451E;
}
</style>
border-color css
<style>
span { border-color: #AE451E; }
span { border-color: rgb(174,69,30); }
td.TdClassName
{
border-color: #AE451E;
}
.TagClassName
{
border-color: #AE451E;
}
</style>