Shades of Rust #AE2803
Tints of Rust #AE2803
RGB
CMYK
RGB Variations
Color information
#AE2803 (or 0xAE2803) is known color: Rust. HEX triplet: AE, 28 and 03. RGB value is (174,40,3). Sum of RGB (Red+Green+Blue) = 174+40+3=217 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.18% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2803 is #51D7FC. Grayscale: #4C4C4C. Windows color (decimal): -5363709 or 207022. OLE color: 207022.
HSL color Cylindrical-coordinate representation of color #AE2803: hue angle of 12.98º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE2803 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 40 | 3 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.32 |
| HSL | 12.98º | 0.97% | 0.35% | - |
| HSV(B) | 12.98º | 0.98% | 0.68% | - |
| XYZ | 18.23 | 10.52 | 1.16 | - |
| YUV | 75.85 | 86.89 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 40 | 3 | 0 | 0.77 | 0.98 | 0.32 | 12.98 | 0.97 | 0.35 |
| Hex | AE | 28 | 3 | 0 | 4D | 62 | 20 | D | 61 | 23 |
| Octal | 256 | 50 | 3 | 0 | 115 | 142 | 40 | 15 | 141 | 43 |
| Binary | 10101110 | 101000 | 11 | 0 | 1001101 | 1100010 | 100000 | 1101 | 1100001 | 100011 |
Color Harmonies of #AE2803
Complementary color
Monochromatic Colors of #AE2803
Black with #AE2803
Text Example
Text Example
White with #AE2803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2803; }
p { color: rgb(174,40,3); }
H1.HeaderClassName
{
color: #AE2803;
}
.AnyTagClassName
{
color: #AE2803;
}
</style>
background-color css
<style>
a { background-color: #AE2803; }
a { background-color: rgb(174,40,3); }
div.DivClassName
{
background-color: #AE2803;
}
.BgClassName
{
background-color: #AE2803;
}
</style>
border-color css
<style>
span { border-color: #AE2803; }
span { border-color: rgb(174,40,3); }
td.TdClassName
{
border-color: #AE2803;
}
.TagClassName
{
border-color: #AE2803;
}
</style>