#AE4731

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

Shades of Medium Carmine #AE4731

Tints of Medium Carmine #AE4731

Color information

#AE4731 (or 0xAE4731) is unknown color: approx Medium Carmine. HEX triplet: AE, 47 and 31. RGB value is (174,71,49). Sum of RGB (Red+Green+Blue) = 174+71+49=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4731 is #51B8CE. Grayscale: #636363. Windows color (decimal): -5355727 or 3229614. OLE color: 3229614.

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

Color convert

RGB1747149-
CMYK00.590.720.32
HSL10.56º56.05%43.73%-
HSV(B)10.56º71.84%68.24%-
XYZ20.2613.734.49-
YUV99.2999.62181.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.18%
GREEN value IS 71 (28.12% from 255) = 24.15%
BLUE value IS 49 (19.53% from 255) = 16.67%
R=59.18%
G=24.15%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174714900.590.720.3210.5656.0543.73
HexAE473103B4820b382c
Octal2561076107311040137054
Binary101011101000111110001011101110010001000001011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4731; }

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

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

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

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

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

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

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

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