#AE3E35

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

Shades of Medium Carmine #AE3E35

Tints of Medium Carmine #AE3E35

Color information

#AE3E35 (or 0xAE3E35) is unknown color: approx Medium Carmine. HEX triplet: AE, 3E and 35. RGB value is (174,62,53). Sum of RGB (Red+Green+Blue) = 174+62+53=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3E35 is #51C1CA. Grayscale: #5E5E5E. Windows color (decimal): -5358027 or 3489454. OLE color: 3489454.

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

Color convert

RGB1746253-
CMYK00.640.700.32
HSL4.46º53.3%44.51%-
HSV(B)4.46º69.54%68.24%-
XYZ19.8212.74.78-
YUV94.46104.61184.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.21%
GREEN value IS 62 (24.61% from 255) = 21.45%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=60.21%
G=21.45%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174625300.640.700.324.4653.344.51
HexAE3E3504046204352d
Octal256766501001064046555
Binary10101110111110110101010000001000110100000100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3E35; }

 p { color: rgb(174,62,53); }

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

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

 a { background-color: rgb(174,62,53); }

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

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

 span { border-color: rgb(174,62,53); }

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