#AE4334

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

Shades of Medium Carmine #AE4334

Tints of Medium Carmine #AE4334

Color information

#AE4334 (or 0xAE4334) is unknown color: approx Medium Carmine. HEX triplet: AE, 43 and 34. RGB value is (174,67,52). Sum of RGB (Red+Green+Blue) = 174+67+52=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4334 is #51BCCB. Grayscale: #616161. Windows color (decimal): -5356748 or 3425198. OLE color: 3425198.

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

Color convert

RGB1746752-
CMYK00.610.700.32
HSL7.38º53.98%44.31%-
HSV(B)7.38º70.11%68.24%-
XYZ20.0813.264.75-
YUV97.28102.45182.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.39%
GREEN value IS 67 (26.56% from 255) = 22.87%
BLUE value IS 52 (20.70% from 255) = 17.75%
R=59.39%
G=22.87%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174675200.610.700.327.3853.9844.31
HexAE433403D46207362c
Octal256103640751064076654
Binary10101110100001111010001111011000110100000111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4334; }

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

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

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

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

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

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

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

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