#AE3E39

Color #AE3E39 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #AE3E39

Tints of Medium Carmine #AE3E39

Color information

#AE3E39 (or 0xAE3E39) is unknown color: approx Medium Carmine. HEX triplet: AE, 3E and 39. RGB value is (174,62,57). Sum of RGB (Red+Green+Blue) = 174+62+57=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3E39 is #51C1C6. Grayscale: #5F5F5F. Windows color (decimal): -5358023 or 3751598. OLE color: 3751598.

HSL color Cylindrical-coordinate representation of color #AE3E39: hue angle of 2.56º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE3E39 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB1746257-
CMYK00.640.670.32
HSL2.56º50.65%45.29%-
HSV(B)2.56º67.24%68.24%-
XYZ19.9212.745.28-
YUV94.92106.61184.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.39%
GREEN value IS 62 (24.61% from 255) = 21.16%
BLUE value IS 57 (22.66% from 255) = 19.45%
R=59.39%
G=21.16%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174625700.640.670.322.5650.6545.29
HexAE3E3904043203332d
Octal256767101001034036355
Binary1010111011111011100101000000100001110000011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3E39; }

 p { color: rgb(174,62,57); }

 H1.HeaderClassName
 {
   color: #AE3E39;
 }
 .AnyTagClassName
 {
   color: #AE3E39;
 }
</style>
background-color css

<style>
 a { background-color: #AE3E39; }

 a { background-color: rgb(174,62,57); }

 div.DivClassName
 {
   background-color: #AE3E39;
 }
 .BgClassName
 {
   background-color: #AE3E39;
 }
</style>
border-color css

<style>
 span { border-color: #AE3E39; }

 span { border-color: rgb(174,62,57); }

 td.TdClassName
 {
   border-color: #AE3E39;
 }
 .TagClassName
 {
   border-color: #AE3E39;
 }
</style>