#AE3C38

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

Shades of Medium Carmine #AE3C38

Tints of Medium Carmine #AE3C38

Color information

#AE3C38 (or 0xAE3C38) is unknown color: approx Medium Carmine. HEX triplet: AE, 3C and 38. RGB value is (174,60,56). Sum of RGB (Red+Green+Blue) = 174+60+56=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3C38 is #51C3C7. Grayscale: #5D5D5D. Windows color (decimal): -5358536 or 3685550. OLE color: 3685550.

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

Color convert

RGB1746056-
CMYK00.660.680.32
HSL2.03º51.3%45.1%-
HSV(B)2.03º67.82%68.24%-
XYZ19.7912.525.11-
YUV93.63106.77185.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60%
GREEN value IS 60 (23.83% from 255) = 20.69%
BLUE value IS 56 (22.27% from 255) = 19.31%
R=60%
G=20.69%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174605600.660.680.322.0351.345.1
HexAE3C3804244202332d
Octal256747001021044026355
Binary1010111011110011100001000010100010010000010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3C38; }

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

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

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

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

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

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

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

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