Shades of Rust #AE280A
Tints of Rust #AE280A
RGB
CMYK
RGB Variations
Color information
#AE280A (or 0xAE280A) is known color: Rust. HEX triplet: AE, 28 and 0A. RGB value is (174,40,10). Sum of RGB (Red+Green+Blue) = 174+40+10=224 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.68% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 174 - color contains mainly: red. Hex color #AE280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE280A is #51D7F5. Grayscale: #4C4C4C. Windows color (decimal): -5363702 or 665774. OLE color: 665774.
HSL color Cylindrical-coordinate representation of color #AE280A: hue angle of 10.98º 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 #AE280A is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 10 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.32 |
| HSL | 10.98º | 0.89% | 0.36% | - |
| HSV(B) | 10.98º | 0.94% | 0.68% | - |
| XYZ | 18.27 | 10.54 | 1.36 | - |
| YUV | 76.65 | 90.39 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 10 | 0 | 0.77 | 0.94 | 0.32 | 10.98 | 0.89 | 0.36 |
| Hex | AE | 28 | A | 0 | 4D | 5E | 20 | B | 59 | 24 |
| Octal | 256 | 50 | 12 | 0 | 115 | 136 | 40 | 13 | 131 | 44 |
| Binary | 10101110 | 101000 | 1010 | 0 | 1001101 | 1011110 | 100000 | 1011 | 1011001 | 100100 |
Color Harmonies of #AE280A
Complementary color
Monochromatic Colors of #AE280A
Black with #AE280A
Text Example
Text Example
White with #AE280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE280A; }
p { color: rgb(174,40,10); }
H1.HeaderClassName
{
color: #AE280A;
}
.AnyTagClassName
{
color: #AE280A;
}
</style>
background-color css
<style>
a { background-color: #AE280A; }
a { background-color: rgb(174,40,10); }
div.DivClassName
{
background-color: #AE280A;
}
.BgClassName
{
background-color: #AE280A;
}
</style>
border-color css
<style>
span { border-color: #AE280A; }
span { border-color: rgb(174,40,10); }
td.TdClassName
{
border-color: #AE280A;
}
.TagClassName
{
border-color: #AE280A;
}
</style>