Shades of Rust #AE351B
Tints of Rust #AE351B
RGB
CMYK
RGB Variations
Color information
#AE351B (or 0xAE351B) is known color: Rust. HEX triplet: AE, 35 and 1B. RGB value is (174,53,27). Sum of RGB (Red+Green+Blue) = 174+53+27=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE351B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE351B is #51CAE4. Grayscale: #565656. Windows color (decimal): -5360357 or 1783214. OLE color: 1783214.
HSL color Cylindrical-coordinate representation of color #AE351B: hue angle of 10.61º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE351B is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 53 | 27 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.32 |
| HSL | 10.61º | 0.73% | 0.39% | - |
| HSV(B) | 10.61º | 0.84% | 0.68% | - |
| XYZ | 18.93 | 11.62 | 2.28 | - |
| YUV | 86.22 | 94.59 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 53 | 27 | 0 | 0.70 | 0.84 | 0.32 | 10.61 | 0.73 | 0.39 |
| Hex | AE | 35 | 1B | 0 | 46 | 54 | 20 | B | 49 | 27 |
| Octal | 256 | 65 | 33 | 0 | 106 | 124 | 40 | 13 | 111 | 47 |
| Binary | 10101110 | 110101 | 11011 | 0 | 1000110 | 1010100 | 100000 | 1011 | 1001001 | 100111 |
Color Harmonies of #AE351B
Complementary color
Monochromatic Colors of #AE351B
Black with #AE351B
Text Example
Text Example
White with #AE351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE351B; }
p { color: rgb(174,53,27); }
H1.HeaderClassName
{
color: #AE351B;
}
.AnyTagClassName
{
color: #AE351B;
}
</style>
background-color css
<style>
a { background-color: #AE351B; }
a { background-color: rgb(174,53,27); }
div.DivClassName
{
background-color: #AE351B;
}
.BgClassName
{
background-color: #AE351B;
}
</style>
border-color css
<style>
span { border-color: #AE351B; }
span { border-color: rgb(174,53,27); }
td.TdClassName
{
border-color: #AE351B;
}
.TagClassName
{
border-color: #AE351B;
}
</style>