#AE2C3F

Color #AE2C3F Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #AE2C3F

Tints of Old Rose #AE2C3F

Color information

#AE2C3F (or 0xAE2C3F) is unknown color: approx 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

RGB1744463-
CMYK00.750.640.32
HSL351.23º59.63%42.75%-
HSV(B)351.23º74.71%68.24%-
XYZ19.2511.165.84-
YUV85.04115.57191.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 61.92%
GREEN value IS 44 (17.58% from 255) = 15.66%
BLUE value IS 63 (25% from 255) = 22.42%
R=61.92%
G=15.66%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174446300.750.640.32351.2359.6342.75
HexAE2C3F04B402015f3c2b
Octal25654770113100405377453
Binary10101110101100111111010010111000000100000101011111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>