#ae3a39

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

Shades of Medium Carmine #AE3A39

Tints of Medium Carmine #AE3A39

Color information

#AE3A39 (or 0xAE3A39) is unknown color: approx Medium Carmine. HEX triplet: AE, 3A and 39. RGB value is (174,58,57). Sum of RGB (Red+Green+Blue) = 174+58+57=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3A39 is #51C5C6. Grayscale: #5C5C5C. Windows color (decimal): -5359047 or 3750574. OLE color: 3750574.

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

Color convert

RGB1745857-
CMYK00.670.670.32
HSL0.51º50.65%45.29%-
HSV(B)0.51º67.24%68.24%-
XYZ19.7112.325.21-
YUV92.57107.93186.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.21%
GREEN value IS 58 (23.05% from 255) = 20.07%
BLUE value IS 57 (22.66% from 255) = 19.72%
R=60.21%
G=20.07%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174585700.670.670.320.5150.6545.29
HexAE3A3904343201332d
Octal256727101031034016355
Binary101011101110101110010100001110000111000001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae3a39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae3a39; }

 p { color: rgb(174,58,57); }

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

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

 a { background-color: rgb(174,58,57); }

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

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

 span { border-color: rgb(174,58,57); }

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