Shades of Rust #AE4409
Tints of Rust #AE4409
RGB
CMYK
RGB Variations
Color information
#AE4409 (or 0xAE4409) is known color: Rust. HEX triplet: AE, 44 and 09. RGB value is (174,68,9). Sum of RGB (Red+Green+Blue) = 174+68+9=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4409 is #51BBF6. Grayscale: #5D5D5D. Windows color (decimal): -5356535 or 607406. OLE color: 607406.
HSL color Cylindrical-coordinate representation of color #AE4409: hue angle of 21.45º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE4409 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 68 | 9 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.32 |
| HSL | 21.45º | 0.9% | 0.36% | - |
| HSV(B) | 21.45º | 0.95% | 0.68% | - |
| XYZ | 19.57 | 13.15 | 1.77 | - |
| YUV | 92.97 | 80.62 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 68 | 9 | 0 | 0.61 | 0.95 | 0.32 | 21.45 | 0.9 | 0.36 |
| Hex | AE | 44 | 9 | 0 | 3D | 5F | 20 | 15 | 5A | 24 |
| Octal | 256 | 104 | 11 | 0 | 75 | 137 | 40 | 25 | 132 | 44 |
| Binary | 10101110 | 1000100 | 1001 | 0 | 111101 | 1011111 | 100000 | 10101 | 1011010 | 100100 |
Color Harmonies of #AE4409
Complementary color
Monochromatic Colors of #AE4409
Black with #AE4409
Text Example
Text Example
White with #AE4409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4409; }
p { color: rgb(174,68,9); }
H1.HeaderClassName
{
color: #AE4409;
}
.AnyTagClassName
{
color: #AE4409;
}
</style>
background-color css
<style>
a { background-color: #AE4409; }
a { background-color: rgb(174,68,9); }
div.DivClassName
{
background-color: #AE4409;
}
.BgClassName
{
background-color: #AE4409;
}
</style>
border-color css
<style>
span { border-color: #AE4409; }
span { border-color: rgb(174,68,9); }
td.TdClassName
{
border-color: #AE4409;
}
.TagClassName
{
border-color: #AE4409;
}
</style>