#AE3D31

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

Shades of Medium Carmine #AE3D31

Tints of Medium Carmine #AE3D31

Color information

#AE3D31 (or 0xAE3D31) is unknown color: approx Medium Carmine. HEX triplet: AE, 3D and 31. RGB value is (174,61,49). Sum of RGB (Red+Green+Blue) = 174+61+49=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3D31 is #51C2CE. Grayscale: #5D5D5D. Windows color (decimal): -5358287 or 3227054. OLE color: 3227054.

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

Color convert

RGB1746149-
CMYK00.650.720.32
HSL5.76º56.05%43.73%-
HSV(B)5.76º71.84%68.24%-
XYZ19.6812.564.29-
YUV93.42102.94185.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.27%
GREEN value IS 61 (24.22% from 255) = 21.48%
BLUE value IS 49 (19.53% from 255) = 17.25%
R=61.27%
G=21.48%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174614900.650.720.325.7656.0543.73
HexAE3D3104148206382c
Octal256756101011104067054
Binary10101110111101110001010000011001000100000110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3D31; }

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

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

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

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

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

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

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

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