Html Css Color HEX #AE493F Medium Carmine

📋 copy color: '#AE493F'

red 174 ◦ green 73 ◦ blue 63

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

Shades of Medium Carmine #AE493F

Tints of Medium Carmine #AE493F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.32%

R = 56.13%
G = 23.55%
B = 20.32%

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

#AE493F (or 0xAE493F) is known color: Medium Carmine. HEX triplet: AE, 49 and 3F. RGB value is (174,73,63). Sum of RGB (Red+Green+Blue) = 174+73+63=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE493F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE493F is #51B6C0. Grayscale: #666666. Windows color (decimal): -5355201 or 4147630. OLE color: 4147630.

HSL color Cylindrical-coordinate representation of color #AE493F: hue angle of 5.41º 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 #AE493F is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 73 63 -
CMYK 0 0.58 0.64 0.32
HSL 5.41º 0.47% 0.46% -
HSV(B) 5.41º 0.64% 0.68% -
XYZ 20.74 14.12 6.34 -
YUV 102.06 105.96 179.31 -
System Red Green Blue C M Y K H S L
Decimal 174 73 63 0 0.58 0.64 0.32 5.41 0.47 0.46
Hex AE 49 3F 0 3A 40 20 5 2F 2E
Octal 256 111 77 0 72 100 40 5 57 56
Binary 10101110 1001001 111111 0 111010 1000000 100000 101 101111 101110

Color Harmonies of #AE493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE493F

Black with #AE493F

Text Example


Text Example

White with #AE493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE493F; }

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

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

background-color css

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

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

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

border-color css

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

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

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