Shades of Rust #AE2502
Tints of Rust #AE2502
RGB
CMYK
RGB Variations
Color information
#AE2502 (or 0xAE2502) is known color: Rust. HEX triplet: AE, 25 and 02. RGB value is (174,37,2). Sum of RGB (Red+Green+Blue) = 174+37+2=213 (28% of max value = 765). Red value is 174 (68.36% from 255 or 81.69% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2502 is #51DAFD. Grayscale: #4A4A4A. Windows color (decimal): -5364478 or 140718. OLE color: 140718.
HSL color Cylindrical-coordinate representation of color #AE2502: hue angle of 12.21º 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 #AE2502 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 37 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.32 |
| HSL | 12.21º | 0.98% | 0.35% | - |
| HSV(B) | 12.21º | 0.99% | 0.68% | - |
| XYZ | 18.13 | 10.33 | 1.1 | - |
| YUV | 73.97 | 87.39 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 37 | 2 | 0 | 0.79 | 0.99 | 0.32 | 12.21 | 0.98 | 0.35 |
| Hex | AE | 25 | 2 | 0 | 4F | 63 | 20 | C | 62 | 23 |
| Octal | 256 | 45 | 2 | 0 | 117 | 143 | 40 | 14 | 142 | 43 |
| Binary | 10101110 | 100101 | 10 | 0 | 1001111 | 1100011 | 100000 | 1100 | 1100010 | 100011 |
Color Harmonies of #AE2502
Complementary color
Monochromatic Colors of #AE2502
Black with #AE2502
Text Example
Text Example
White with #AE2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2502; }
p { color: rgb(174,37,2); }
H1.HeaderClassName
{
color: #AE2502;
}
.AnyTagClassName
{
color: #AE2502;
}
</style>
background-color css
<style>
a { background-color: #AE2502; }
a { background-color: rgb(174,37,2); }
div.DivClassName
{
background-color: #AE2502;
}
.BgClassName
{
background-color: #AE2502;
}
</style>
border-color css
<style>
span { border-color: #AE2502; }
span { border-color: rgb(174,37,2); }
td.TdClassName
{
border-color: #AE2502;
}
.TagClassName
{
border-color: #AE2502;
}
</style>