#AE3631

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

Shades of Medium Carmine #AE3631

Tints of Medium Carmine #AE3631

Color information

#AE3631 (or 0xAE3631) is unknown color: approx Medium Carmine. HEX triplet: AE, 36 and 31. RGB value is (174,54,49). Sum of RGB (Red+Green+Blue) = 174+54+49=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3631 is #51C9CE. Grayscale: #595959. Windows color (decimal): -5360079 or 3225262. OLE color: 3225262.

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

Color convert

RGB1745449-
CMYK00.690.720.32
HSL2.4º56.05%43.73%-
HSV(B)2.4º71.84%68.24%-
XYZ19.3311.864.18-
YUV89.31105.26188.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.82%
GREEN value IS 54 (21.48% from 255) = 19.49%
BLUE value IS 49 (19.53% from 255) = 17.69%
R=62.82%
G=19.49%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174544900.690.720.322.456.0543.73
HexAE363104548202382c
Octal256666101051104027054
Binary1010111011011011000101000101100100010000010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3631; }

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

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

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

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

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

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

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

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