#AE3E3C

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

Shades of Medium Carmine #AE3E3C

Tints of Medium Carmine #AE3E3C

Color information

#AE3E3C (or 0xAE3E3C) is unknown color: approx Medium Carmine. HEX triplet: AE, 3E and 3C. RGB value is (174,62,60). Sum of RGB (Red+Green+Blue) = 174+62+60=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3E3C is #51C1C3. Grayscale: #5F5F5F. Windows color (decimal): -5358020 or 3948206. OLE color: 3948206.

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

Color convert

RGB1746260-
CMYK00.640.660.32
HSL1.05º48.72%45.88%-
HSV(B)1.05º65.52%68.24%-
XYZ19.9912.775.69-
YUV95.26108.11184.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.78%
GREEN value IS 62 (24.61% from 255) = 20.95%
BLUE value IS 60 (23.83% from 255) = 20.27%
R=58.78%
G=20.95%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174626000.640.660.321.0548.7245.88
HexAE3E3C04042201312e
Octal256767401001024016156
Binary101011101111101111000100000010000101000001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3E3C; }

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

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

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

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

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

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

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

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