Shades of Rust #AE2302
Tints of Rust #AE2302
RGB
CMYK
RGB Variations
Color information
#AE2302 (or 0xAE2302) is known color: Rust. HEX triplet: AE, 23 and 02. RGB value is (174,35,2). Sum of RGB (Red+Green+Blue) = 174+35+2=211 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.46% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2302 is #51DCFD. Grayscale: #494949. Windows color (decimal): -5364990 or 140206. OLE color: 140206.
HSL color Cylindrical-coordinate representation of color #AE2302: hue angle of 11.51º 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 #AE2302 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 35 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.32 |
| HSL | 11.51º | 0.98% | 0.35% | - |
| HSV(B) | 11.51º | 0.99% | 0.68% | - |
| XYZ | 18.07 | 10.21 | 1.07 | - |
| YUV | 72.8 | 88.05 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 35 | 2 | 0 | 0.80 | 0.99 | 0.32 | 11.51 | 0.98 | 0.35 |
| Hex | AE | 23 | 2 | 0 | 50 | 63 | 20 | C | 62 | 23 |
| Octal | 256 | 43 | 2 | 0 | 120 | 143 | 40 | 14 | 142 | 43 |
| Binary | 10101110 | 100011 | 10 | 0 | 1010000 | 1100011 | 100000 | 1100 | 1100010 | 100011 |
Color Harmonies of #AE2302
Complementary color
Monochromatic Colors of #AE2302
Black with #AE2302
Text Example
Text Example
White with #AE2302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2302; }
p { color: rgb(174,35,2); }
H1.HeaderClassName
{
color: #AE2302;
}
.AnyTagClassName
{
color: #AE2302;
}
</style>
background-color css
<style>
a { background-color: #AE2302; }
a { background-color: rgb(174,35,2); }
div.DivClassName
{
background-color: #AE2302;
}
.BgClassName
{
background-color: #AE2302;
}
</style>
border-color css
<style>
span { border-color: #AE2302; }
span { border-color: rgb(174,35,2); }
td.TdClassName
{
border-color: #AE2302;
}
.TagClassName
{
border-color: #AE2302;
}
</style>