Html Css Color HEX #AE493D Medium Carmine

📋 copy color: '#AE493D'

red 174 ◦ green 73 ◦ blue 61

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

Shades of Medium Carmine #AE493D

Tints of Medium Carmine #AE493D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.81%

R = 56.49%
G = 23.7%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE493D (or 0xAE493D) is known color: Medium Carmine. HEX triplet: AE, 49 and 3D. RGB value is (174,73,61). Sum of RGB (Red+Green+Blue) = 174+73+61=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE493D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE493D is #51B6C2. Grayscale: #656565. Windows color (decimal): -5355203 or 4016558. OLE color: 4016558.

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

Color convert

RGB 174 73 61 -
CMYK 0 0.58 0.65 0.32
HSL 6.37º 0.48% 0.46% -
HSV(B) 6.37º 0.65% 0.68% -
XYZ 20.68 14.1 6.05 -
YUV 101.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 174 73 61 0 0.58 0.65 0.32 6.37 0.48 0.46
Hex AE 49 3D 0 3A 41 20 6 30 2E
Octal 256 111 75 0 72 101 40 6 60 56
Binary 10101110 1001001 111101 0 111010 1000001 100000 110 110000 101110

Color Harmonies of #AE493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE493D

Black with #AE493D

Text Example


Text Example

White with #AE493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE493D; }

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

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

background-color css

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

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

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

border-color css

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

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

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