#AE3433

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

Shades of Medium Carmine #AE3433

Tints of Medium Carmine #AE3433

Color information

#AE3433 (or 0xAE3433) is unknown color: approx Medium Carmine. HEX triplet: AE, 34 and 33. RGB value is (174,52,51). Sum of RGB (Red+Green+Blue) = 174+52+51=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3433 is #51CBCC. Grayscale: #585858. Windows color (decimal): -5360589 or 3355822. OLE color: 3355822.

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

Color convert

RGB1745251-
CMYK00.700.710.32
HSL0.49º54.67%44.12%-
HSV(B)0.49º70.69%68.24%-
XYZ19.2811.694.37-
YUV88.36106.92189.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.82%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 51 (20.31% from 255) = 18.41%
R=62.82%
G=18.77%
B=18.41%

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
Decimal174525100.700.710.320.4954.6744.12
HexAE343304647200372c
Octal256646301061074006754
Binary101011101101001100110100011010001111000000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3433; }

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

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

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

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

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

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

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

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