Html Css Color HEX #AE473D Medium Carmine

📋 copy color: '#AE473D'

red 174 ◦ green 71 ◦ blue 61

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

Shades of Medium Carmine #AE473D

Tints of Medium Carmine #AE473D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.2%

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

R = 56.86%
G = 23.2%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE473D (or 0xAE473D) is known color: Medium Carmine. HEX triplet: AE, 47 and 3D. RGB value is (174,71,61). Sum of RGB (Red+Green+Blue) = 174+71+61=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE473D is #51B8C2. Grayscale: #646464. Windows color (decimal): -5355715 or 4016046. OLE color: 4016046.

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

Color convert

RGB 174 71 61 -
CMYK 0 0.59 0.65 0.32
HSL 5.31º 0.48% 0.46% -
HSV(B) 5.31º 0.65% 0.68% -
XYZ 20.55 13.84 6 -
YUV 100.66 105.62 180.31 -
System Red Green Blue C M Y K H S L
Decimal 174 71 61 0 0.59 0.65 0.32 5.31 0.48 0.46
Hex AE 47 3D 0 3B 41 20 5 30 2E
Octal 256 107 75 0 73 101 40 5 60 56
Binary 10101110 1000111 111101 0 111011 1000001 100000 101 110000 101110

Color Harmonies of #AE473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE473D

Black with #AE473D

Text Example


Text Example

White with #AE473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE473D; }

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

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

background-color css

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

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

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

border-color css

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

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

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