Shades of Rust #AE371E
Tints of Rust #AE371E
RGB
CMYK
RGB Variations
Color information
#AE371E (or 0xAE371E) is known color: Rust. HEX triplet: AE, 37 and 1E. RGB value is (174,55,30). Sum of RGB (Red+Green+Blue) = 174+55+30=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE371E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE371E is #51C8E1. Grayscale: #575757. Windows color (decimal): -5359842 or 1980334. OLE color: 1980334.
HSL color Cylindrical-coordinate representation of color #AE371E: hue angle of 10.42º 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 #AE371E is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 55 | 30 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.32 |
| HSL | 10.42º | 0.71% | 0.4% | - |
| HSV(B) | 10.42º | 0.83% | 0.68% | - |
| XYZ | 19.06 | 11.82 | 2.51 | - |
| YUV | 87.73 | 95.42 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 30 | 0 | 0.68 | 0.83 | 0.32 | 10.42 | 0.71 | 0.4 |
| Hex | AE | 37 | 1E | 0 | 44 | 53 | 20 | A | 47 | 28 |
| Octal | 256 | 67 | 36 | 0 | 104 | 123 | 40 | 12 | 107 | 50 |
| Binary | 10101110 | 110111 | 11110 | 0 | 1000100 | 1010011 | 100000 | 1010 | 1000111 | 101000 |
Color Harmonies of #AE371E
Complementary color
Monochromatic Colors of #AE371E
Black with #AE371E
Text Example
Text Example
White with #AE371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE371E; }
p { color: rgb(174,55,30); }
H1.HeaderClassName
{
color: #AE371E;
}
.AnyTagClassName
{
color: #AE371E;
}
</style>
background-color css
<style>
a { background-color: #AE371E; }
a { background-color: rgb(174,55,30); }
div.DivClassName
{
background-color: #AE371E;
}
.BgClassName
{
background-color: #AE371E;
}
</style>
border-color css
<style>
span { border-color: #AE371E; }
span { border-color: rgb(174,55,30); }
td.TdClassName
{
border-color: #AE371E;
}
.TagClassName
{
border-color: #AE371E;
}
</style>