Shades of Rust #AE2300
Tints of Rust #AE2300
RGB
CMYK
RGB Variations
Color information
#AE2300 (or 0xAE2300) is known color: Rust. HEX triplet: AE, 23 and 00. RGB value is (174,35,0). Sum of RGB (Red+Green+Blue) = 174+35+0=209 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.25% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2300 is #51DCFF. Grayscale: #484848. Windows color (decimal): -5364992 or 9134. OLE color: 9134.
HSL color Cylindrical-coordinate representation of color #AE2300: hue angle of 12.07º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE2300 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 35 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.32 |
| HSL | 12.07º | 1% | 0.34% | - |
| HSV(B) | 12.07º | 1% | 0.68% | - |
| XYZ | 18.06 | 10.2 | 1.02 | - |
| YUV | 72.57 | 87.05 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 35 | 0 | 0 | 0.80 | 1 | 0.32 | 12.07 | 1 | 0.34 |
| Hex | AE | 23 | 0 | 0 | 50 | 64 | 20 | C | 64 | 22 |
| Octal | 256 | 43 | 0 | 0 | 120 | 144 | 40 | 14 | 144 | 42 |
| Binary | 10101110 | 100011 | 0 | 0 | 1010000 | 1100100 | 100000 | 1100 | 1100100 | 100010 |
Color Harmonies of #AE2300
Complementary color
Monochromatic Colors of #AE2300
Black with #AE2300
Text Example
Text Example
White with #AE2300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2300; }
p { color: rgb(174,35,0); }
H1.HeaderClassName
{
color: #AE2300;
}
.AnyTagClassName
{
color: #AE2300;
}
</style>
background-color css
<style>
a { background-color: #AE2300; }
a { background-color: rgb(174,35,0); }
div.DivClassName
{
background-color: #AE2300;
}
.BgClassName
{
background-color: #AE2300;
}
</style>
border-color css
<style>
span { border-color: #AE2300; }
span { border-color: rgb(174,35,0); }
td.TdClassName
{
border-color: #AE2300;
}
.TagClassName
{
border-color: #AE2300;
}
</style>