Shades of Rust #AE350A
Tints of Rust #AE350A
RGB
CMYK
RGB Variations
Color information
#AE350A (or 0xAE350A) is known color: Rust. HEX triplet: AE, 35 and 0A. RGB value is (174,53,10). Sum of RGB (Red+Green+Blue) = 174+53+10=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE350A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE350A is #51CAF5. Grayscale: #545454. Windows color (decimal): -5360374 or 669102. OLE color: 669102.
HSL color Cylindrical-coordinate representation of color #AE350A: hue angle of 15.73º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE350A is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 53 | 10 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.32 |
| HSL | 15.73º | 0.89% | 0.36% | - |
| HSV(B) | 15.73º | 0.94% | 0.68% | - |
| XYZ | 18.78 | 11.57 | 1.53 | - |
| YUV | 84.28 | 86.09 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 53 | 10 | 0 | 0.70 | 0.94 | 0.32 | 15.73 | 0.89 | 0.36 |
| Hex | AE | 35 | A | 0 | 46 | 5E | 20 | 10 | 59 | 24 |
| Octal | 256 | 65 | 12 | 0 | 106 | 136 | 40 | 20 | 131 | 44 |
| Binary | 10101110 | 110101 | 1010 | 0 | 1000110 | 1011110 | 100000 | 10000 | 1011001 | 100100 |
Color Harmonies of #AE350A
Complementary color
Monochromatic Colors of #AE350A
Black with #AE350A
Text Example
Text Example
White with #AE350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE350A; }
p { color: rgb(174,53,10); }
H1.HeaderClassName
{
color: #AE350A;
}
.AnyTagClassName
{
color: #AE350A;
}
</style>
background-color css
<style>
a { background-color: #AE350A; }
a { background-color: rgb(174,53,10); }
div.DivClassName
{
background-color: #AE350A;
}
.BgClassName
{
background-color: #AE350A;
}
</style>
border-color css
<style>
span { border-color: #AE350A; }
span { border-color: rgb(174,53,10); }
td.TdClassName
{
border-color: #AE350A;
}
.TagClassName
{
border-color: #AE350A;
}
</style>