#AE4340

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

Shades of Medium Carmine #AE4340

Tints of Medium Carmine #AE4340

Color information

#AE4340 (or 0xAE4340) is unknown color: approx Medium Carmine. HEX triplet: AE, 43 and 40. RGB value is (174,67,64). Sum of RGB (Red+Green+Blue) = 174+67+64=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4340 is #51BCBF. Grayscale: #626262. Windows color (decimal): -5356736 or 4211630. OLE color: 4211630.

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

Color convert

RGB1746764-
CMYK00.610.630.32
HSL1.64º46.22%46.67%-
HSV(B)1.64º63.22%68.24%-
XYZ20.3913.386.36-
YUV98.65108.45181.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.05%
GREEN value IS 67 (26.56% from 255) = 21.97%
BLUE value IS 64 (25.39% from 255) = 20.98%
R=57.05%
G=21.97%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174676400.610.630.321.6446.2246.67
HexAE434003D3F2022e2f
Octal256103100075774025657
Binary1010111010000111000000011110111111110000010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4340; }

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

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

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

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

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

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

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

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