Shades of Rust #AE3A10
Tints of Rust #AE3A10
RGB
CMYK
RGB Variations
Color information
#AE3A10 (or 0xAE3A10) is known color: Rust. HEX triplet: AE, 3A and 10. RGB value is (174,58,16). Sum of RGB (Red+Green+Blue) = 174+58+16=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3A10 is #51C5EF. Grayscale: #585858. Windows color (decimal): -5359088 or 1063598. OLE color: 1063598.
HSL color Cylindrical-coordinate representation of color #AE3A10: hue angle of 15.95º degrees, saturation: 0.83, 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 #AE3A10 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 16 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.32 |
| HSL | 15.95º | 0.83% | 0.37% | - |
| HSV(B) | 15.95º | 0.91% | 0.68% | - |
| XYZ | 19.06 | 12.06 | 1.81 | - |
| YUV | 87.9 | 87.43 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 16 | 0 | 0.67 | 0.91 | 0.32 | 15.95 | 0.83 | 0.37 |
| Hex | AE | 3A | 10 | 0 | 43 | 5B | 20 | 10 | 53 | 25 |
| Octal | 256 | 72 | 20 | 0 | 103 | 133 | 40 | 20 | 123 | 45 |
| Binary | 10101110 | 111010 | 10000 | 0 | 1000011 | 1011011 | 100000 | 10000 | 1010011 | 100101 |
Color Harmonies of #AE3A10
Complementary color
Monochromatic Colors of #AE3A10
Black with #AE3A10
Text Example
Text Example
White with #AE3A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A10; }
p { color: rgb(174,58,16); }
H1.HeaderClassName
{
color: #AE3A10;
}
.AnyTagClassName
{
color: #AE3A10;
}
</style>
background-color css
<style>
a { background-color: #AE3A10; }
a { background-color: rgb(174,58,16); }
div.DivClassName
{
background-color: #AE3A10;
}
.BgClassName
{
background-color: #AE3A10;
}
</style>
border-color css
<style>
span { border-color: #AE3A10; }
span { border-color: rgb(174,58,16); }
td.TdClassName
{
border-color: #AE3A10;
}
.TagClassName
{
border-color: #AE3A10;
}
</style>