Shades of Rust #AE3A0F
Tints of Rust #AE3A0F
RGB
CMYK
RGB Variations
Color information
#AE3A0F (or 0xAE3A0F) is known color: Rust. HEX triplet: AE, 3A and 0F. RGB value is (174,58,15). Sum of RGB (Red+Green+Blue) = 174+58+15=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3A0F is #51C5F0. Grayscale: #585858. Windows color (decimal): -5359089 or 998062. OLE color: 998062.
HSL color Cylindrical-coordinate representation of color #AE3A0F: hue angle of 16.23º 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 #AE3A0F is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 15 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.32 |
| HSL | 16.23º | 0.84% | 0.37% | - |
| HSV(B) | 16.23º | 0.91% | 0.68% | - |
| XYZ | 19.05 | 12.06 | 1.78 | - |
| YUV | 87.78 | 86.93 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 15 | 0 | 0.67 | 0.91 | 0.32 | 16.23 | 0.84 | 0.37 |
| Hex | AE | 3A | F | 0 | 43 | 5B | 20 | 10 | 54 | 25 |
| Octal | 256 | 72 | 17 | 0 | 103 | 133 | 40 | 20 | 124 | 45 |
| Binary | 10101110 | 111010 | 1111 | 0 | 1000011 | 1011011 | 100000 | 10000 | 1010100 | 100101 |
Color Harmonies of #AE3A0F
Complementary color
Monochromatic Colors of #AE3A0F
Black with #AE3A0F
Text Example
Text Example
White with #AE3A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A0F; }
p { color: rgb(174,58,15); }
H1.HeaderClassName
{
color: #AE3A0F;
}
.AnyTagClassName
{
color: #AE3A0F;
}
</style>
background-color css
<style>
a { background-color: #AE3A0F; }
a { background-color: rgb(174,58,15); }
div.DivClassName
{
background-color: #AE3A0F;
}
.BgClassName
{
background-color: #AE3A0F;
}
</style>
border-color css
<style>
span { border-color: #AE3A0F; }
span { border-color: rgb(174,58,15); }
td.TdClassName
{
border-color: #AE3A0F;
}
.TagClassName
{
border-color: #AE3A0F;
}
</style>