#AE4330

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

Shades of Medium Carmine #AE4330

Tints of Medium Carmine #AE4330

Color information

#AE4330 (or 0xAE4330) is unknown color: approx Medium Carmine. HEX triplet: AE, 43 and 30. RGB value is (174,67,48). Sum of RGB (Red+Green+Blue) = 174+67+48=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4330 is #51BCCF. Grayscale: #616161. Windows color (decimal): -5356752 or 3163054. OLE color: 3163054.

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

Color convert

RGB1746748-
CMYK00.610.720.32
HSL9.05º56.76%43.53%-
HSV(B)9.05º72.41%68.24%-
XYZ2013.234.3-
YUV96.83100.45183.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.21%
GREEN value IS 67 (26.56% from 255) = 23.18%
BLUE value IS 48 (19.14% from 255) = 16.61%
R=60.21%
G=23.18%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174674800.610.720.329.0556.7643.53
HexAE433003D48209392c
Octal2561036007511040117154
Binary101011101000011110000011110110010001000001001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4330; }

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

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

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

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

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

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

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

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