Shades of Rust #AE430E
Tints of Rust #AE430E
RGB
CMYK
RGB Variations
Color information
#AE430E (or 0xAE430E) is known color: Rust. HEX triplet: AE, 43 and 0E. RGB value is (174,67,14). Sum of RGB (Red+Green+Blue) = 174+67+14=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE430E is #51BCF1. Grayscale: #5D5D5D. Windows color (decimal): -5356786 or 934830. OLE color: 934830.
HSL color Cylindrical-coordinate representation of color #AE430E: hue angle of 19.88º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE430E is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 67 | 14 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.32 |
| HSL | 19.88º | 0.85% | 0.37% | - |
| HSV(B) | 19.88º | 0.92% | 0.68% | - |
| XYZ | 19.54 | 13.04 | 1.9 | - |
| YUV | 92.95 | 83.45 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 67 | 14 | 0 | 0.61 | 0.92 | 0.32 | 19.88 | 0.85 | 0.37 |
| Hex | AE | 43 | E | 0 | 3D | 5C | 20 | 14 | 55 | 25 |
| Octal | 256 | 103 | 16 | 0 | 75 | 134 | 40 | 24 | 125 | 45 |
| Binary | 10101110 | 1000011 | 1110 | 0 | 111101 | 1011100 | 100000 | 10100 | 1010101 | 100101 |
Color Harmonies of #AE430E
Complementary color
Monochromatic Colors of #AE430E
Black with #AE430E
Text Example
Text Example
White with #AE430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE430E; }
p { color: rgb(174,67,14); }
H1.HeaderClassName
{
color: #AE430E;
}
.AnyTagClassName
{
color: #AE430E;
}
</style>
background-color css
<style>
a { background-color: #AE430E; }
a { background-color: rgb(174,67,14); }
div.DivClassName
{
background-color: #AE430E;
}
.BgClassName
{
background-color: #AE430E;
}
</style>
border-color css
<style>
span { border-color: #AE430E; }
span { border-color: rgb(174,67,14); }
td.TdClassName
{
border-color: #AE430E;
}
.TagClassName
{
border-color: #AE430E;
}
</style>