Shades of Old Rose #AE2C3F
Tints of Old Rose #AE2C3F
RGB
CMYK
RGB Variations
Color information
#AE2C3F (or 0xAE2C3F) is known color: Old Rose. HEX triplet: AE, 2C and 3F. RGB value is (174,44,63). Sum of RGB (Red+Green+Blue) = 174+44+63=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2C3F is #51D3C0. Grayscale: #555555. Windows color (decimal): -5362625 or 4140206. OLE color: 4140206.
HSL color Cylindrical-coordinate representation of color #AE2C3F: hue angle of 351.23º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2C3F is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 44 | 63 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.32 |
| HSL | 351.23º | 0.6% | 0.43% | - |
| HSV(B) | 351.23º | 0.75% | 0.68% | - |
| XYZ | 19.25 | 11.16 | 5.84 | - |
| YUV | 85.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 44 | 63 | 0 | 0.75 | 0.64 | 0.32 | 351.23 | 0.6 | 0.43 |
| Hex | AE | 2C | 3F | 0 | 4B | 40 | 20 | 15F | 3C | 2B |
| Octal | 256 | 54 | 77 | 0 | 113 | 100 | 40 | 537 | 74 | 53 |
| Binary | 10101110 | 101100 | 111111 | 0 | 1001011 | 1000000 | 100000 | 101011111 | 111100 | 101011 |
Color Harmonies of #AE2C3F
Complementary color
Monochromatic Colors of #AE2C3F
Black with #AE2C3F
Text Example
Text Example
White with #AE2C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2C3F; }
p { color: rgb(174,44,63); }
H1.HeaderClassName
{
color: #AE2C3F;
}
.AnyTagClassName
{
color: #AE2C3F;
}
</style>
background-color css
<style>
a { background-color: #AE2C3F; }
a { background-color: rgb(174,44,63); }
div.DivClassName
{
background-color: #AE2C3F;
}
.BgClassName
{
background-color: #AE2C3F;
}
</style>
border-color css
<style>
span { border-color: #AE2C3F; }
span { border-color: rgb(174,44,63); }
td.TdClassName
{
border-color: #AE2C3F;
}
.TagClassName
{
border-color: #AE2C3F;
}
</style>