#AE3E31

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

Shades of Medium Carmine #AE3E31

Tints of Medium Carmine #AE3E31

Color information

#AE3E31 (or 0xAE3E31) is unknown color: approx Medium Carmine. HEX triplet: AE, 3E and 31. RGB value is (174,62,49). Sum of RGB (Red+Green+Blue) = 174+62+49=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3E31 is #51C1CE. Grayscale: #5E5E5E. Windows color (decimal): -5358031 or 3227310. OLE color: 3227310.

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

Color convert

RGB1746249-
CMYK00.640.720.32
HSL6.24º56.05%43.73%-
HSV(B)6.24º71.84%68.24%-
XYZ19.7312.674.31-
YUV94.01102.61185.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.05%
GREEN value IS 62 (24.61% from 255) = 21.75%
BLUE value IS 49 (19.53% from 255) = 17.19%
R=61.05%
G=21.75%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174624900.640.720.326.2456.0543.73
HexAE3E3104048206382c
Octal256766101001104067054
Binary10101110111110110001010000001001000100000110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3E31; }

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

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

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

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

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

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

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

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