Shades of Rust #AE360F
Tints of Rust #AE360F
RGB
CMYK
RGB Variations
Color information
#AE360F (or 0xAE360F) is known color: Rust. HEX triplet: AE, 36 and 0F. RGB value is (174,54,15). Sum of RGB (Red+Green+Blue) = 174+54+15=243 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.60% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 174 - color contains mainly: red. Hex color #AE360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE360F is #51C9F0. Grayscale: #555555. Windows color (decimal): -5360113 or 997038. OLE color: 997038.
HSL color Cylindrical-coordinate representation of color #AE360F: hue angle of 14.72º 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 #AE360F is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 54 | 15 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.32 |
| HSL | 14.72º | 0.84% | 0.37% | - |
| HSV(B) | 14.72º | 0.91% | 0.68% | - |
| XYZ | 18.86 | 11.67 | 1.71 | - |
| YUV | 85.43 | 88.26 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 54 | 15 | 0 | 0.69 | 0.91 | 0.32 | 14.72 | 0.84 | 0.37 |
| Hex | AE | 36 | F | 0 | 45 | 5B | 20 | F | 54 | 25 |
| Octal | 256 | 66 | 17 | 0 | 105 | 133 | 40 | 17 | 124 | 45 |
| Binary | 10101110 | 110110 | 1111 | 0 | 1000101 | 1011011 | 100000 | 1111 | 1010100 | 100101 |
Color Harmonies of #AE360F
Complementary color
Monochromatic Colors of #AE360F
Black with #AE360F
Text Example
Text Example
White with #AE360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE360F; }
p { color: rgb(174,54,15); }
H1.HeaderClassName
{
color: #AE360F;
}
.AnyTagClassName
{
color: #AE360F;
}
</style>
background-color css
<style>
a { background-color: #AE360F; }
a { background-color: rgb(174,54,15); }
div.DivClassName
{
background-color: #AE360F;
}
.BgClassName
{
background-color: #AE360F;
}
</style>
border-color css
<style>
span { border-color: #AE360F; }
span { border-color: rgb(174,54,15); }
td.TdClassName
{
border-color: #AE360F;
}
.TagClassName
{
border-color: #AE360F;
}
</style>