#AE4A3B

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

Shades of Medium Carmine #AE4A3B

Tints of Medium Carmine #AE4A3B

Color information

#AE4A3B (or 0xAE4A3B) is unknown color: approx Medium Carmine. HEX triplet: AE, 4A and 3B. RGB value is (174,74,59). Sum of RGB (Red+Green+Blue) = 174+74+59=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4A3B is #51B5C4. Grayscale: #666666. Windows color (decimal): -5354949 or 3885742. OLE color: 3885742.

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

Color convert

RGB1747459-
CMYK00.570.660.32
HSL7.83º49.36%45.69%-
HSV(B)7.83º66.09%68.24%-
XYZ20.6914.215.79-
YUV102.19103.63179.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.68%
GREEN value IS 74 (29.30% from 255) = 24.10%
BLUE value IS 59 (23.44% from 255) = 19.22%
R=56.68%
G=24.10%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174745900.570.660.327.8349.3645.69
HexAE4A3B03942208312e
Octal2561127307110240106156
Binary101011101001010111011011100110000101000001000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4A3B; }

 p { color: rgb(174,74,59); }

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

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

 a { background-color: rgb(174,74,59); }

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

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

 span { border-color: rgb(174,74,59); }

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