#AE4033

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

Shades of Medium Carmine #AE4033

Tints of Medium Carmine #AE4033

Color information

#AE4033 (or 0xAE4033) is unknown color: approx Medium Carmine. HEX triplet: AE, 40 and 33. RGB value is (174,64,51). Sum of RGB (Red+Green+Blue) = 174+64+51=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4033 is #51BFCC. Grayscale: #5F5F5F. Windows color (decimal): -5357517 or 3358894. OLE color: 3358894.

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

Color convert

RGB1746451-
CMYK00.630.710.32
HSL6.34º54.67%44.12%-
HSV(B)6.34º70.69%68.24%-
XYZ19.8912.94.57-
YUV95.41102.94184.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.21%
GREEN value IS 64 (25.39% from 255) = 22.15%
BLUE value IS 51 (20.31% from 255) = 17.65%
R=60.21%
G=22.15%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174645100.630.710.326.3454.6744.12
HexAE403303F47206372c
Octal256100630771074066754
Binary10101110100000011001101111111000111100000110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4033; }

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

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

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

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

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

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

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

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