Shades of Rust #AE3F10
Tints of Rust #AE3F10
RGB
CMYK
RGB Variations
Color information
#AE3F10 (or 0xAE3F10) is known color: Rust. HEX triplet: AE, 3F and 10. RGB value is (174,63,16). Sum of RGB (Red+Green+Blue) = 174+63+16=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3F10 is #51C0EF. Grayscale: #5B5B5B. Windows color (decimal): -5357808 or 1064878. OLE color: 1064878.
HSL color Cylindrical-coordinate representation of color #AE3F10: hue angle of 17.85º 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 #AE3F10 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 63 | 16 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.32 |
| HSL | 17.85º | 0.83% | 0.37% | - |
| HSV(B) | 17.85º | 0.91% | 0.68% | - |
| XYZ | 19.33 | 12.59 | 1.9 | - |
| YUV | 90.83 | 85.77 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 63 | 16 | 0 | 0.64 | 0.91 | 0.32 | 17.85 | 0.83 | 0.37 |
| Hex | AE | 3F | 10 | 0 | 40 | 5B | 20 | 12 | 53 | 25 |
| Octal | 256 | 77 | 20 | 0 | 100 | 133 | 40 | 22 | 123 | 45 |
| Binary | 10101110 | 111111 | 10000 | 0 | 1000000 | 1011011 | 100000 | 10010 | 1010011 | 100101 |
Color Harmonies of #AE3F10
Complementary color
Monochromatic Colors of #AE3F10
Black with #AE3F10
Text Example
Text Example
White with #AE3F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3F10; }
p { color: rgb(174,63,16); }
H1.HeaderClassName
{
color: #AE3F10;
}
.AnyTagClassName
{
color: #AE3F10;
}
</style>
background-color css
<style>
a { background-color: #AE3F10; }
a { background-color: rgb(174,63,16); }
div.DivClassName
{
background-color: #AE3F10;
}
.BgClassName
{
background-color: #AE3F10;
}
</style>
border-color css
<style>
span { border-color: #AE3F10; }
span { border-color: rgb(174,63,16); }
td.TdClassName
{
border-color: #AE3F10;
}
.TagClassName
{
border-color: #AE3F10;
}
</style>