Shades of Rust #AE330F
Tints of Rust #AE330F
RGB
CMYK
RGB Variations
Color information
#AE330F (or 0xAE330F) is known color: Rust. HEX triplet: AE, 33 and 0F. RGB value is (174,51,15). Sum of RGB (Red+Green+Blue) = 174+51+15=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE330F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE330F is #51CCF0. Grayscale: #535353. Windows color (decimal): -5360881 or 996270. OLE color: 996270.
HSL color Cylindrical-coordinate representation of color #AE330F: hue angle of 13.58º 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 #AE330F is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 51 | 15 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.32 |
| HSL | 13.58º | 0.84% | 0.37% | - |
| HSV(B) | 13.58º | 0.91% | 0.68% | - |
| XYZ | 18.73 | 11.4 | 1.67 | - |
| YUV | 83.67 | 89.25 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 51 | 15 | 0 | 0.71 | 0.91 | 0.32 | 13.58 | 0.84 | 0.37 |
| Hex | AE | 33 | F | 0 | 47 | 5B | 20 | E | 54 | 25 |
| Octal | 256 | 63 | 17 | 0 | 107 | 133 | 40 | 16 | 124 | 45 |
| Binary | 10101110 | 110011 | 1111 | 0 | 1000111 | 1011011 | 100000 | 1110 | 1010100 | 100101 |
Color Harmonies of #AE330F
Complementary color
Monochromatic Colors of #AE330F
Black with #AE330F
Text Example
Text Example
White with #AE330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE330F; }
p { color: rgb(174,51,15); }
H1.HeaderClassName
{
color: #AE330F;
}
.AnyTagClassName
{
color: #AE330F;
}
</style>
background-color css
<style>
a { background-color: #AE330F; }
a { background-color: rgb(174,51,15); }
div.DivClassName
{
background-color: #AE330F;
}
.BgClassName
{
background-color: #AE330F;
}
</style>
border-color css
<style>
span { border-color: #AE330F; }
span { border-color: rgb(174,51,15); }
td.TdClassName
{
border-color: #AE330F;
}
.TagClassName
{
border-color: #AE330F;
}
</style>