#AE3432

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

Shades of Medium Carmine #AE3432

Tints of Medium Carmine #AE3432

Color information

#AE3432 (or 0xAE3432) is unknown color: approx Medium Carmine. HEX triplet: AE, 34 and 32. RGB value is (174,52,50). Sum of RGB (Red+Green+Blue) = 174+52+50=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3432 is #51CBCD. Grayscale: #585858. Windows color (decimal): -5360590 or 3290286. OLE color: 3290286.

HSL color Cylindrical-coordinate representation of color #AE3432: hue angle of 0.97º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE3432 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB1745250-
CMYK00.700.710.32
HSL0.97º55.36%43.92%-
HSV(B)0.97º71.26%68.24%-
XYZ19.2611.684.26-
YUV88.25106.42189.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.04%
GREEN value IS 52 (20.70% from 255) = 18.84%
BLUE value IS 50 (19.92% from 255) = 18.12%
R=63.04%
G=18.84%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174525000.700.710.320.9755.3643.92
HexAE343204647201372c
Octal256646201061074016754
Binary101011101101001100100100011010001111000001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3432; }

 p { color: rgb(174,52,50); }

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

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

 a { background-color: rgb(174,52,50); }

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

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

 span { border-color: rgb(174,52,50); }

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