#AE3E27

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

Shades of Medium Carmine #AE3E27

Tints of Medium Carmine #AE3E27

Color information

#AE3E27 (or 0xAE3E27) is unknown color: approx Medium Carmine. HEX triplet: AE, 3E and 27. RGB value is (174,62,39). Sum of RGB (Red+Green+Blue) = 174+62+39=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3E27 is #51C1D8. Grayscale: #5D5D5D. Windows color (decimal): -5358041 or 2571950. OLE color: 2571950.

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

Color convert

RGB1746239-
CMYK00.640.780.32
HSL10.22º63.38%41.76%-
HSV(B)10.22º77.59%68.24%-
XYZ19.5412.593.32-
YUV92.8797.61185.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.27%
GREEN value IS 62 (24.61% from 255) = 22.55%
BLUE value IS 39 (15.62% from 255) = 14.18%
R=63.27%
G=22.55%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174623900.640.780.3210.2263.3841.76
HexAE3E270404E20a3f2a
Octal2567647010011640127752
Binary101011101111101001110100000010011101000001010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3E27; }

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

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

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

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

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

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

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

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