#AE342E

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

Shades of Medium Carmine #AE342E

Tints of Medium Carmine #AE342E

Color information

#AE342E (or 0xAE342E) is unknown color: approx Medium Carmine. HEX triplet: AE, 34 and 2E. RGB value is (174,52,46). Sum of RGB (Red+Green+Blue) = 174+52+46=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE342E is #51CBD1. Grayscale: #575757. Windows color (decimal): -5360594 or 3028142. OLE color: 3028142.

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

Color convert

RGB1745246-
CMYK00.700.740.32
HSL2.81º58.18%43.14%-
HSV(B)2.81º73.56%68.24%-
XYZ19.1811.653.82-
YUV87.79104.42189.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.97%
GREEN value IS 52 (20.70% from 255) = 19.12%
BLUE value IS 46 (18.36% from 255) = 16.91%
R=63.97%
G=19.12%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174524600.700.740.322.8158.1843.14
HexAE342E0464A2033a2b
Octal256645601061124037253
Binary1010111011010010111001000110100101010000011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE342E; }

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

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

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

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

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

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

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

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