Shades of Rust #AE430C
Tints of Rust #AE430C
RGB
CMYK
RGB Variations
Color information
#AE430C (or 0xAE430C) is known color: Rust. HEX triplet: AE, 43 and 0C. RGB value is (174,67,12). Sum of RGB (Red+Green+Blue) = 174+67+12=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE430C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE430C is #51BCF3. Grayscale: #5D5D5D. Windows color (decimal): -5356788 or 803758. OLE color: 803758.
HSL color Cylindrical-coordinate representation of color #AE430C: hue angle of 20.37º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE430C is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 67 | 12 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.32 |
| HSL | 20.37º | 0.87% | 0.36% | - |
| HSV(B) | 20.37º | 0.93% | 0.68% | - |
| XYZ | 19.53 | 13.04 | 1.84 | - |
| YUV | 92.72 | 82.45 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 67 | 12 | 0 | 0.61 | 0.93 | 0.32 | 20.37 | 0.87 | 0.36 |
| Hex | AE | 43 | C | 0 | 3D | 5D | 20 | 14 | 57 | 24 |
| Octal | 256 | 103 | 14 | 0 | 75 | 135 | 40 | 24 | 127 | 44 |
| Binary | 10101110 | 1000011 | 1100 | 0 | 111101 | 1011101 | 100000 | 10100 | 1010111 | 100100 |
Color Harmonies of #AE430C
Complementary color
Monochromatic Colors of #AE430C
Black with #AE430C
Text Example
Text Example
White with #AE430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE430C; }
p { color: rgb(174,67,12); }
H1.HeaderClassName
{
color: #AE430C;
}
.AnyTagClassName
{
color: #AE430C;
}
</style>
background-color css
<style>
a { background-color: #AE430C; }
a { background-color: rgb(174,67,12); }
div.DivClassName
{
background-color: #AE430C;
}
.BgClassName
{
background-color: #AE430C;
}
</style>
border-color css
<style>
span { border-color: #AE430C; }
span { border-color: rgb(174,67,12); }
td.TdClassName
{
border-color: #AE430C;
}
.TagClassName
{
border-color: #AE430C;
}
</style>