#AE3C33

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

Shades of Medium Carmine #AE3C33

Tints of Medium Carmine #AE3C33

Color information

#AE3C33 (or 0xAE3C33) is unknown color: approx Medium Carmine. HEX triplet: AE, 3C and 33. RGB value is (174,60,51). Sum of RGB (Red+Green+Blue) = 174+60+51=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3C33 is #51C3CC. Grayscale: #5D5D5D. Windows color (decimal): -5358541 or 3357870. OLE color: 3357870.

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

Color convert

RGB1746051-
CMYK00.660.710.32
HSL4.39º54.67%44.12%-
HSV(B)4.39º70.69%68.24%-
XYZ19.6712.474.5-
YUV93.06104.27185.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.05%
GREEN value IS 60 (23.83% from 255) = 21.05%
BLUE value IS 51 (20.31% from 255) = 17.89%
R=61.05%
G=21.05%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174605100.660.710.324.3954.6744.12
HexAE3C3304247204372c
Octal256746301021074046754
Binary10101110111100110011010000101000111100000100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3C33; }

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

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

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

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

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

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

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

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