#AE4735

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

Shades of Medium Carmine #AE4735

Tints of Medium Carmine #AE4735

Color information

#AE4735 (or 0xAE4735) is unknown color: approx Medium Carmine. HEX triplet: AE, 47 and 35. RGB value is (174,71,53). Sum of RGB (Red+Green+Blue) = 174+71+53=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4735 is #51B8CA. Grayscale: #636363. Windows color (decimal): -5355723 or 3491758. OLE color: 3491758.

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

Color convert

RGB1747153-
CMYK00.590.700.32
HSL8.93º53.3%44.51%-
HSV(B)8.93º69.54%68.24%-
XYZ20.3513.764.95-
YUV99.74101.62180.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.39%
GREEN value IS 71 (28.12% from 255) = 23.83%
BLUE value IS 53 (21.09% from 255) = 17.79%
R=58.39%
G=23.83%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174715300.590.700.328.9353.344.51
HexAE473503B46209352d
Octal2561076507310640116555
Binary101011101000111110101011101110001101000001001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4735; }

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

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

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

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

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

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

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

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