Shades of Rust #AE351C
Tints of Rust #AE351C
RGB
CMYK
RGB Variations
Color information
#AE351C (or 0xAE351C) is known color: Rust. HEX triplet: AE, 35 and 1C. RGB value is (174,53,28). Sum of RGB (Red+Green+Blue) = 174+53+28=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE351C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE351C is #51CAE3. Grayscale: #565656. Windows color (decimal): -5360356 or 1848750. OLE color: 1848750.
HSL color Cylindrical-coordinate representation of color #AE351C: hue angle of 10.27º 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 #AE351C is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 53 | 28 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.32 |
| HSL | 10.27º | 0.72% | 0.4% | - |
| HSV(B) | 10.27º | 0.84% | 0.68% | - |
| XYZ | 18.94 | 11.63 | 2.35 | - |
| YUV | 86.33 | 95.09 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 53 | 28 | 0 | 0.70 | 0.84 | 0.32 | 10.27 | 0.72 | 0.4 |
| Hex | AE | 35 | 1C | 0 | 46 | 54 | 20 | A | 48 | 28 |
| Octal | 256 | 65 | 34 | 0 | 106 | 124 | 40 | 12 | 110 | 50 |
| Binary | 10101110 | 110101 | 11100 | 0 | 1000110 | 1010100 | 100000 | 1010 | 1001000 | 101000 |
Color Harmonies of #AE351C
Complementary color
Monochromatic Colors of #AE351C
Black with #AE351C
Text Example
Text Example
White with #AE351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE351C; }
p { color: rgb(174,53,28); }
H1.HeaderClassName
{
color: #AE351C;
}
.AnyTagClassName
{
color: #AE351C;
}
</style>
background-color css
<style>
a { background-color: #AE351C; }
a { background-color: rgb(174,53,28); }
div.DivClassName
{
background-color: #AE351C;
}
.BgClassName
{
background-color: #AE351C;
}
</style>
border-color css
<style>
span { border-color: #AE351C; }
span { border-color: rgb(174,53,28); }
td.TdClassName
{
border-color: #AE351C;
}
.TagClassName
{
border-color: #AE351C;
}
</style>