#AE392A

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

Shades of Medium Carmine #AE392A

Tints of Medium Carmine #AE392A

Color information

#AE392A (or 0xAE392A) is unknown color: approx Medium Carmine. HEX triplet: AE, 39 and 2A. RGB value is (174,57,42). Sum of RGB (Red+Green+Blue) = 174+57+42=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE392A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE392A is #51C6D5. Grayscale: #5A5A5A. Windows color (decimal): -5359318 or 2767278. OLE color: 2767278.

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

Color convert

RGB1745742-
CMYK00.670.760.32
HSL6.82º61.11%42.35%-
HSV(B)6.82º75.86%68.24%-
XYZ19.3412.093.51-
YUV90.27100.76187.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.74%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 42 (16.80% from 255) = 15.38%
R=63.74%
G=20.88%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174574200.670.760.326.8261.1142.35
HexAE392A0434C2073d2a
Octal256715201031144077552
Binary10101110111001101010010000111001100100000111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE392A; }

 p { color: rgb(174,57,42); }

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

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

 a { background-color: rgb(174,57,42); }

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

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

 span { border-color: rgb(174,57,42); }

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