Shades of Rust #AE350F
Tints of Rust #AE350F
RGB
CMYK
RGB Variations
Color information
#AE350F (or 0xAE350F) is known color: Rust. HEX triplet: AE, 35 and 0F. RGB value is (174,53,15). Sum of RGB (Red+Green+Blue) = 174+53+15=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE350F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE350F is #51CAF0. Grayscale: #555555. Windows color (decimal): -5360369 or 996782. OLE color: 996782.
HSL color Cylindrical-coordinate representation of color #AE350F: hue angle of 14.34º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE350F is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 53 | 15 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.32 |
| HSL | 14.34º | 0.84% | 0.37% | - |
| HSV(B) | 14.34º | 0.91% | 0.68% | - |
| XYZ | 18.81 | 11.58 | 1.7 | - |
| YUV | 84.85 | 88.59 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 53 | 15 | 0 | 0.70 | 0.91 | 0.32 | 14.34 | 0.84 | 0.37 |
| Hex | AE | 35 | F | 0 | 46 | 5B | 20 | E | 54 | 25 |
| Octal | 256 | 65 | 17 | 0 | 106 | 133 | 40 | 16 | 124 | 45 |
| Binary | 10101110 | 110101 | 1111 | 0 | 1000110 | 1011011 | 100000 | 1110 | 1010100 | 100101 |
Color Harmonies of #AE350F
Complementary color
Monochromatic Colors of #AE350F
Black with #AE350F
Text Example
Text Example
White with #AE350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE350F; }
p { color: rgb(174,53,15); }
H1.HeaderClassName
{
color: #AE350F;
}
.AnyTagClassName
{
color: #AE350F;
}
</style>
background-color css
<style>
a { background-color: #AE350F; }
a { background-color: rgb(174,53,15); }
div.DivClassName
{
background-color: #AE350F;
}
.BgClassName
{
background-color: #AE350F;
}
</style>
border-color css
<style>
span { border-color: #AE350F; }
span { border-color: rgb(174,53,15); }
td.TdClassName
{
border-color: #AE350F;
}
.TagClassName
{
border-color: #AE350F;
}
</style>