Shades of Rust #AE430A
Tints of Rust #AE430A
RGB
CMYK
RGB Variations
Color information
#AE430A (or 0xAE430A) is known color: Rust. HEX triplet: AE, 43 and 0A. RGB value is (174,67,10). Sum of RGB (Red+Green+Blue) = 174+67+10=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE430A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE430A is #51BCF5. Grayscale: #5C5C5C. Windows color (decimal): -5356790 or 672686. OLE color: 672686.
HSL color Cylindrical-coordinate representation of color #AE430A: hue angle of 20.85º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE430A is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 67 | 10 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.32 |
| HSL | 20.85º | 0.89% | 0.36% | - |
| HSV(B) | 20.85º | 0.94% | 0.68% | - |
| XYZ | 19.52 | 13.03 | 1.77 | - |
| YUV | 92.5 | 81.45 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 67 | 10 | 0 | 0.61 | 0.94 | 0.32 | 20.85 | 0.89 | 0.36 |
| Hex | AE | 43 | A | 0 | 3D | 5E | 20 | 15 | 59 | 24 |
| Octal | 256 | 103 | 12 | 0 | 75 | 136 | 40 | 25 | 131 | 44 |
| Binary | 10101110 | 1000011 | 1010 | 0 | 111101 | 1011110 | 100000 | 10101 | 1011001 | 100100 |
Color Harmonies of #AE430A
Complementary color
Monochromatic Colors of #AE430A
Black with #AE430A
Text Example
Text Example
White with #AE430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE430A; }
p { color: rgb(174,67,10); }
H1.HeaderClassName
{
color: #AE430A;
}
.AnyTagClassName
{
color: #AE430A;
}
</style>
background-color css
<style>
a { background-color: #AE430A; }
a { background-color: rgb(174,67,10); }
div.DivClassName
{
background-color: #AE430A;
}
.BgClassName
{
background-color: #AE430A;
}
</style>
border-color css
<style>
span { border-color: #AE430A; }
span { border-color: rgb(174,67,10); }
td.TdClassName
{
border-color: #AE430A;
}
.TagClassName
{
border-color: #AE430A;
}
</style>