Html Css Color HEX #AE493E Medium Carmine

📋 copy color: '#AE493E'

red 174 ◦ green 73 ◦ blue 62

#AE493E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #AE493E

Tints of Medium Carmine #AE493E

RGB

 RED value IS 174 (68.36% from 255) = 56.31%

 GREEN value IS 73 (28.91% from 255) = 23.62%

 BLUE value IS 62 (24.61% from 255) = 20.06%

R = 56.31%
G = 23.62%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE493E (or 0xAE493E) is known color: Medium Carmine. HEX triplet: AE, 49 and 3E. RGB value is (174,73,62). Sum of RGB (Red+Green+Blue) = 174+73+62=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE493E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE493E is #51B6C1. Grayscale: #666666. Windows color (decimal): -5355202 or 4082094. OLE color: 4082094.

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

Color convert

RGB 174 73 62 -
CMYK 0 0.58 0.64 0.32
HSL 5.89º 0.47% 0.46% -
HSV(B) 5.89º 0.64% 0.68% -
XYZ 20.71 14.11 6.19 -
YUV 101.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 174 73 62 0 0.58 0.64 0.32 5.89 0.47 0.46
Hex AE 49 3E 0 3A 40 20 6 2F 2E
Octal 256 111 76 0 72 100 40 6 57 56
Binary 10101110 1001001 111110 0 111010 1000000 100000 110 101111 101110

Color Harmonies of #AE493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE493E

Black with #AE493E

Text Example


Text Example

White with #AE493E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE493E; }

 p { color: rgb(174,73,62); }

 H1.HeaderClassName
 {
   color: #AE493E;
 }
 .AnyTagClassName
 {
   color: #AE493E;
 }
</style>

background-color css

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

 a { background-color: rgb(174,73,62); }

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

border-color css

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

 span { border-color: rgb(174,73,62); }

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