#AE4640

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

Shades of Medium Carmine #AE4640

Tints of Medium Carmine #AE4640

Color information

#AE4640 (or 0xAE4640) is unknown color: approx Medium Carmine. HEX triplet: AE, 46 and 40. RGB value is (174,70,64). Sum of RGB (Red+Green+Blue) = 174+70+64=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4640 is #51B9BF. Grayscale: #646464. Windows color (decimal): -5355968 or 4212398. OLE color: 4212398.

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

Color convert

RGB1747064-
CMYK00.600.630.32
HSL3.27º46.22%46.67%-
HSV(B)3.27º63.22%68.24%-
XYZ20.5713.756.42-
YUV100.41107.46180.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.49%
GREEN value IS 70 (27.73% from 255) = 22.73%
BLUE value IS 64 (25.39% from 255) = 20.78%
R=56.49%
G=22.73%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174706400.600.630.323.2746.2246.67
HexAE464003C3F2032e2f
Octal256106100074774035657
Binary1010111010001101000000011110011111110000011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4640; }

 p { color: rgb(174,70,64); }

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

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

 a { background-color: rgb(174,70,64); }

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

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

 span { border-color: rgb(174,70,64); }

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