#AE3E33

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

Shades of Medium Carmine #AE3E33

Tints of Medium Carmine #AE3E33

Color information

#AE3E33 (or 0xAE3E33) is unknown color: approx Medium Carmine. HEX triplet: AE, 3E and 33. RGB value is (174,62,51). Sum of RGB (Red+Green+Blue) = 174+62+51=287 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.63% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3E33 is #51C1CC. Grayscale: #5E5E5E. Windows color (decimal): -5358029 or 3358382. OLE color: 3358382.

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

Color convert

RGB1746251-
CMYK00.640.710.32
HSL5.37º54.67%44.12%-
HSV(B)5.37º70.69%68.24%-
XYZ19.7812.684.54-
YUV94.23103.61184.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.63%
GREEN value IS 62 (24.61% from 255) = 21.60%
BLUE value IS 51 (20.31% from 255) = 17.77%
R=60.63%
G=21.60%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174625100.640.710.325.3754.6744.12
HexAE3E3304047205372c
Octal256766301001074056754
Binary10101110111110110011010000001000111100000101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3E33; }

 p { color: rgb(174,62,51); }

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

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

 a { background-color: rgb(174,62,51); }

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

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

 span { border-color: rgb(174,62,51); }

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