#AE3E2C

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

Shades of Medium Carmine #AE3E2C

Tints of Medium Carmine #AE3E2C

Color information

#AE3E2C (or 0xAE3E2C) is unknown color: approx Medium Carmine. HEX triplet: AE, 3E and 2C. RGB value is (174,62,44). Sum of RGB (Red+Green+Blue) = 174+62+44=280 (37% of max value = 765). Red value is 174 (68.36% from 255 or 62.14% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3E2C is #51C1D3. Grayscale: #5D5D5D. Windows color (decimal): -5358036 or 2899630. OLE color: 2899630.

HSL color Cylindrical-coordinate representation of color #AE3E2C: hue angle of 8.31º 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 #AE3E2C is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB1746244-
CMYK00.640.750.32
HSL8.31º59.63%42.75%-
HSV(B)8.31º74.71%68.24%-
XYZ19.6312.633.79-
YUV93.44100.11185.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.14%
GREEN value IS 62 (24.61% from 255) = 22.14%
BLUE value IS 44 (17.58% from 255) = 15.71%
R=62.14%
G=22.14%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174624400.640.750.328.3159.6342.75
HexAE3E2C0404B2083c2b
Octal2567654010011340107453
Binary101011101111101011000100000010010111000001000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3E2C; }

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

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

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

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

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

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

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

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