Shades of Rust #AE2602
Tints of Rust #AE2602
RGB
CMYK
RGB Variations
Color information
#AE2602 (or 0xAE2602) is known color: Rust. HEX triplet: AE, 26 and 02. RGB value is (174,38,2). Sum of RGB (Red+Green+Blue) = 174+38+2=214 (28% of max value = 765). Red value is 174 (68.36% from 255 or 81.31% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2602 is #51D9FD. Grayscale: #4A4A4A. Windows color (decimal): -5364222 or 140974. OLE color: 140974.
HSL color Cylindrical-coordinate representation of color #AE2602: hue angle of 12.56º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE2602 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.32 |
| HSL | 12.56º | 0.98% | 0.35% | - |
| HSV(B) | 12.56º | 0.99% | 0.68% | - |
| XYZ | 18.16 | 10.39 | 1.11 | - |
| YUV | 74.56 | 87.06 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 2 | 0 | 0.78 | 0.99 | 0.32 | 12.56 | 0.98 | 0.35 |
| Hex | AE | 26 | 2 | 0 | 4E | 63 | 20 | D | 62 | 23 |
| Octal | 256 | 46 | 2 | 0 | 116 | 143 | 40 | 15 | 142 | 43 |
| Binary | 10101110 | 100110 | 10 | 0 | 1001110 | 1100011 | 100000 | 1101 | 1100010 | 100011 |
Color Harmonies of #AE2602
Complementary color
Monochromatic Colors of #AE2602
Black with #AE2602
Text Example
Text Example
White with #AE2602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2602; }
p { color: rgb(174,38,2); }
H1.HeaderClassName
{
color: #AE2602;
}
.AnyTagClassName
{
color: #AE2602;
}
</style>
background-color css
<style>
a { background-color: #AE2602; }
a { background-color: rgb(174,38,2); }
div.DivClassName
{
background-color: #AE2602;
}
.BgClassName
{
background-color: #AE2602;
}
</style>
border-color css
<style>
span { border-color: #AE2602; }
span { border-color: rgb(174,38,2); }
td.TdClassName
{
border-color: #AE2602;
}
.TagClassName
{
border-color: #AE2602;
}
</style>