#AE382C

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

Shades of Medium Carmine #AE382C

Tints of Medium Carmine #AE382C

Color information

#AE382C (or 0xAE382C) is unknown color: approx Medium Carmine. HEX triplet: AE, 38 and 2C. RGB value is (174,56,44). Sum of RGB (Red+Green+Blue) = 174+56+44=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE382C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE382C is #51C7D3. Grayscale: #5A5A5A. Windows color (decimal): -5359572 or 2898094. OLE color: 2898094.

HSL color Cylindrical-coordinate representation of color #AE382C: hue angle of 5.54º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE382C is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB1745644-
CMYK00.680.750.32
HSL5.54º59.63%42.75%-
HSV(B)5.54º74.71%68.24%-
XYZ19.3212.013.68-
YUV89.91102.09187.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.50%
GREEN value IS 56 (22.27% from 255) = 20.44%
BLUE value IS 44 (17.58% from 255) = 16.06%
R=63.50%
G=20.44%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174564400.680.750.325.5459.6342.75
HexAE382C0444B2063c2b
Octal256705401041134067453
Binary10101110111000101100010001001001011100000110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE382C; }

 p { color: rgb(174,56,44); }

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

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

 a { background-color: rgb(174,56,44); }

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

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

 span { border-color: rgb(174,56,44); }

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