Shades of Rust #AE441C
Tints of Rust #AE441C
RGB
CMYK
RGB Variations
Color information
#AE441C (or 0xAE441C) is known color: Rust. HEX triplet: AE, 44 and 1C. RGB value is (174,68,28). Sum of RGB (Red+Green+Blue) = 174+68+28=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE441C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE441C is #51BBE3. Grayscale: #5F5F5F. Windows color (decimal): -5356516 or 1852590. OLE color: 1852590.
HSL color Cylindrical-coordinate representation of color #AE441C: hue angle of 16.44º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE441C is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 68 | 28 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.32 |
| HSL | 16.44º | 0.72% | 0.4% | - |
| HSV(B) | 16.44º | 0.84% | 0.68% | - |
| XYZ | 19.73 | 13.22 | 2.61 | - |
| YUV | 95.13 | 90.12 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 68 | 28 | 0 | 0.61 | 0.84 | 0.32 | 16.44 | 0.72 | 0.4 |
| Hex | AE | 44 | 1C | 0 | 3D | 54 | 20 | 10 | 48 | 28 |
| Octal | 256 | 104 | 34 | 0 | 75 | 124 | 40 | 20 | 110 | 50 |
| Binary | 10101110 | 1000100 | 11100 | 0 | 111101 | 1010100 | 100000 | 10000 | 1001000 | 101000 |
Color Harmonies of #AE441C
Complementary color
Monochromatic Colors of #AE441C
Black with #AE441C
Text Example
Text Example
White with #AE441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE441C; }
p { color: rgb(174,68,28); }
H1.HeaderClassName
{
color: #AE441C;
}
.AnyTagClassName
{
color: #AE441C;
}
</style>
background-color css
<style>
a { background-color: #AE441C; }
a { background-color: rgb(174,68,28); }
div.DivClassName
{
background-color: #AE441C;
}
.BgClassName
{
background-color: #AE441C;
}
</style>
border-color css
<style>
span { border-color: #AE441C; }
span { border-color: rgb(174,68,28); }
td.TdClassName
{
border-color: #AE441C;
}
.TagClassName
{
border-color: #AE441C;
}
</style>