Html Css Color HEX #AE4140 Medium Carmine

📋 copy color: '#AE4140'

red 174 ◦ green 65 ◦ blue 64

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

Shades of Medium Carmine #AE4140

Tints of Medium Carmine #AE4140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.45%

 BLUE value IS 64 (25.39% from 255) = 21.12%

R = 57.43%
G = 21.45%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE4140 (or 0xAE4140) is known color: Medium Carmine. HEX triplet: AE, 41 and 40. RGB value is (174,65,64). Sum of RGB (Red+Green+Blue) = 174+65+64=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4140 is #51BEBF. Grayscale: #616161. Windows color (decimal): -5357248 or 4211118. OLE color: 4211118.

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

Color convert

RGB 174 65 64 -
CMYK 0 0.63 0.63 0.32
HSL 0.55º 0.46% 0.47% -
HSV(B) 0.55º 0.63% 0.68% -
XYZ 20.27 13.15 6.32 -
YUV 97.48 109.11 182.58 -
System Red Green Blue C M Y K H S L
Decimal 174 65 64 0 0.63 0.63 0.32 0.55 0.46 0.47
Hex AE 41 40 0 3F 3F 20 1 2E 2F
Octal 256 101 100 0 77 77 40 1 56 57
Binary 10101110 1000001 1000000 0 111111 111111 100000 1 101110 101111

Color Harmonies of #AE4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4140

Black with #AE4140

Text Example


Text Example

White with #AE4140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4140; }

 p { color: rgb(174,65,64); }

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

background-color css

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

 a { background-color: rgb(174,65,64); }

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

border-color css

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

 span { border-color: rgb(174,65,64); }

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