Html Css Color HEX #AE493B Medium Carmine

📋 copy color: '#AE493B'

red 174 ◦ green 73 ◦ blue 59

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

Shades of Medium Carmine #AE493B

Tints of Medium Carmine #AE493B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.28%

R = 56.86%
G = 23.86%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE493B (or 0xAE493B) is known color: Medium Carmine. HEX triplet: AE, 49 and 3B. RGB value is (174,73,59). Sum of RGB (Red+Green+Blue) = 174+73+59=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE493B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE493B is #51B6C4. Grayscale: #656565. Windows color (decimal): -5355205 or 3885486. OLE color: 3885486.

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

Color convert

RGB 174 73 59 -
CMYK 0 0.58 0.66 0.32
HSL 7.3º 0.49% 0.46% -
HSV(B) 7.3º 0.66% 0.68% -
XYZ 20.63 14.08 5.77 -
YUV 101.6 103.96 179.64 -
System Red Green Blue C M Y K H S L
Decimal 174 73 59 0 0.58 0.66 0.32 7.3 0.49 0.46
Hex AE 49 3B 0 3A 42 20 7 31 2E
Octal 256 111 73 0 72 102 40 7 61 56
Binary 10101110 1001001 111011 0 111010 1000010 100000 111 110001 101110

Color Harmonies of #AE493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE493B

Black with #AE493B

Text Example


Text Example

White with #AE493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE493B; }

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

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

background-color css

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

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

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

border-color css

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

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

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