#AE4031

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

Shades of Medium Carmine #AE4031

Tints of Medium Carmine #AE4031

Color information

#AE4031 (or 0xAE4031) is unknown color: approx Medium Carmine. HEX triplet: AE, 40 and 31. RGB value is (174,64,49). Sum of RGB (Red+Green+Blue) = 174+64+49=287 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.63% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4031 is #51BFCE. Grayscale: #5F5F5F. Windows color (decimal): -5357519 or 3227822. OLE color: 3227822.

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

Color convert

RGB1746449-
CMYK00.630.720.32
HSL7.2º56.05%43.73%-
HSV(B)7.2º71.84%68.24%-
XYZ19.8412.894.35-
YUV95.18101.94184.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.63%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 49 (19.53% from 255) = 17.07%
R=60.63%
G=22.30%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174644900.630.720.327.256.0543.73
HexAE403103F48207382c
Octal256100610771104077054
Binary10101110100000011000101111111001000100000111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4031; }

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

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

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

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

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

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

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

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