Shades of Rust #AE2A08
Tints of Rust #AE2A08
RGB
CMYK
RGB Variations
Color information
#AE2A08 (or 0xAE2A08) is known color: Rust. HEX triplet: AE, 2A and 08. RGB value is (174,42,8). Sum of RGB (Red+Green+Blue) = 174+42+8=224 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.68% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2A08 is #51D5F7. Grayscale: #4D4D4D. Windows color (decimal): -5363192 or 535214. OLE color: 535214.
HSL color Cylindrical-coordinate representation of color #AE2A08: hue angle of 12.29º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE2A08 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 42 | 8 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.32 |
| HSL | 12.29º | 0.91% | 0.36% | - |
| HSV(B) | 12.29º | 0.95% | 0.68% | - |
| XYZ | 18.33 | 10.67 | 1.32 | - |
| YUV | 77.59 | 88.73 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 42 | 8 | 0 | 0.76 | 0.95 | 0.32 | 12.29 | 0.91 | 0.36 |
| Hex | AE | 2A | 8 | 0 | 4C | 5F | 20 | C | 5B | 24 |
| Octal | 256 | 52 | 10 | 0 | 114 | 137 | 40 | 14 | 133 | 44 |
| Binary | 10101110 | 101010 | 1000 | 0 | 1001100 | 1011111 | 100000 | 1100 | 1011011 | 100100 |
Color Harmonies of #AE2A08
Complementary color
Monochromatic Colors of #AE2A08
Black with #AE2A08
Text Example
Text Example
White with #AE2A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2A08; }
p { color: rgb(174,42,8); }
H1.HeaderClassName
{
color: #AE2A08;
}
.AnyTagClassName
{
color: #AE2A08;
}
</style>
background-color css
<style>
a { background-color: #AE2A08; }
a { background-color: rgb(174,42,8); }
div.DivClassName
{
background-color: #AE2A08;
}
.BgClassName
{
background-color: #AE2A08;
}
</style>
border-color css
<style>
span { border-color: #AE2A08; }
span { border-color: rgb(174,42,8); }
td.TdClassName
{
border-color: #AE2A08;
}
.TagClassName
{
border-color: #AE2A08;
}
</style>