Shades of Rust #AE440F
Tints of Rust #AE440F
RGB
CMYK
RGB Variations
Color information
#AE440F (or 0xAE440F) is known color: Rust. HEX triplet: AE, 44 and 0F. RGB value is (174,68,15). Sum of RGB (Red+Green+Blue) = 174+68+15=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE440F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE440F is #51BBF0. Grayscale: #5D5D5D. Windows color (decimal): -5356529 or 1000622. OLE color: 1000622.
HSL color Cylindrical-coordinate representation of color #AE440F: hue angle of 20º 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 #AE440F is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 68 | 15 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.32 |
| HSL | 20º | 0.84% | 0.37% | - |
| HSV(B) | 20º | 0.91% | 0.68% | - |
| XYZ | 19.61 | 13.17 | 1.96 | - |
| YUV | 93.65 | 83.62 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 68 | 15 | 0 | 0.61 | 0.91 | 0.32 | 20 | 0.84 | 0.37 |
| Hex | AE | 44 | F | 0 | 3D | 5B | 20 | 14 | 54 | 25 |
| Octal | 256 | 104 | 17 | 0 | 75 | 133 | 40 | 24 | 124 | 45 |
| Binary | 10101110 | 1000100 | 1111 | 0 | 111101 | 1011011 | 100000 | 10100 | 1010100 | 100101 |
Color Harmonies of #AE440F
Complementary color
Monochromatic Colors of #AE440F
Black with #AE440F
Text Example
Text Example
White with #AE440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE440F; }
p { color: rgb(174,68,15); }
H1.HeaderClassName
{
color: #AE440F;
}
.AnyTagClassName
{
color: #AE440F;
}
</style>
background-color css
<style>
a { background-color: #AE440F; }
a { background-color: rgb(174,68,15); }
div.DivClassName
{
background-color: #AE440F;
}
.BgClassName
{
background-color: #AE440F;
}
</style>
border-color css
<style>
span { border-color: #AE440F; }
span { border-color: rgb(174,68,15); }
td.TdClassName
{
border-color: #AE440F;
}
.TagClassName
{
border-color: #AE440F;
}
</style>