#AE3731

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

Shades of Medium Carmine #AE3731

Tints of Medium Carmine #AE3731

Color information

#AE3731 (or 0xAE3731) is unknown color: approx Medium Carmine. HEX triplet: AE, 37 and 31. RGB value is (174,55,49). Sum of RGB (Red+Green+Blue) = 174+55+49=278 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.59% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3731 is #51C8CE. Grayscale: #5A5A5A. Windows color (decimal): -5359823 or 3225518. OLE color: 3225518.

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

Color convert

RGB1745549-
CMYK00.680.720.32
HSL2.88º56.05%43.73%-
HSV(B)2.88º71.84%68.24%-
XYZ19.3811.954.19-
YUV89.9104.92187.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.59%
GREEN value IS 55 (21.88% from 255) = 19.78%
BLUE value IS 49 (19.53% from 255) = 17.63%
R=62.59%
G=19.78%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174554900.680.720.322.8856.0543.73
HexAE373104448203382c
Octal256676101041104037054
Binary1010111011011111000101000100100100010000011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3731; }

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

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

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

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

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

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

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

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