Shades of Rust #AE371C
Tints of Rust #AE371C
RGB
CMYK
RGB Variations
Color information
#AE371C (or 0xAE371C) is known color: Rust. HEX triplet: AE, 37 and 1C. RGB value is (174,55,28). Sum of RGB (Red+Green+Blue) = 174+55+28=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE371C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE371C is #51C8E3. Grayscale: #575757. Windows color (decimal): -5359844 or 1849262. OLE color: 1849262.
HSL color Cylindrical-coordinate representation of color #AE371C: hue angle of 11.1º 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 #AE371C is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 55 | 28 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.32 |
| HSL | 11.1º | 0.72% | 0.4% | - |
| HSV(B) | 11.1º | 0.84% | 0.68% | - |
| XYZ | 19.03 | 11.81 | 2.38 | - |
| YUV | 87.5 | 94.42 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 28 | 0 | 0.68 | 0.84 | 0.32 | 11.1 | 0.72 | 0.4 |
| Hex | AE | 37 | 1C | 0 | 44 | 54 | 20 | B | 48 | 28 |
| Octal | 256 | 67 | 34 | 0 | 104 | 124 | 40 | 13 | 110 | 50 |
| Binary | 10101110 | 110111 | 11100 | 0 | 1000100 | 1010100 | 100000 | 1011 | 1001000 | 101000 |
Color Harmonies of #AE371C
Complementary color
Monochromatic Colors of #AE371C
Black with #AE371C
Text Example
Text Example
White with #AE371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE371C; }
p { color: rgb(174,55,28); }
H1.HeaderClassName
{
color: #AE371C;
}
.AnyTagClassName
{
color: #AE371C;
}
</style>
background-color css
<style>
a { background-color: #AE371C; }
a { background-color: rgb(174,55,28); }
div.DivClassName
{
background-color: #AE371C;
}
.BgClassName
{
background-color: #AE371C;
}
</style>
border-color css
<style>
span { border-color: #AE371C; }
span { border-color: rgb(174,55,28); }
td.TdClassName
{
border-color: #AE371C;
}
.TagClassName
{
border-color: #AE371C;
}
</style>