Html Css Color HEX #AE4440 Medium Carmine

📋 copy color: '#AE4440'

red 174 ◦ green 68 ◦ blue 64

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

Shades of Medium Carmine #AE4440

Tints of Medium Carmine #AE4440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.22%

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

R = 56.86%
G = 22.22%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE4440 (or 0xAE4440) is known color: Medium Carmine. HEX triplet: AE, 44 and 40. RGB value is (174,68,64). Sum of RGB (Red+Green+Blue) = 174+68+64=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4440 is #51BBBF. Grayscale: #636363. Windows color (decimal): -5356480 or 4211886. OLE color: 4211886.

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

Color convert

RGB 174 68 64 -
CMYK 0 0.61 0.63 0.32
HSL 2.18º 0.46% 0.47% -
HSV(B) 2.18º 0.63% 0.68% -
XYZ 20.45 13.5 6.38 -
YUV 99.24 108.12 181.33 -
System Red Green Blue C M Y K H S L
Decimal 174 68 64 0 0.61 0.63 0.32 2.18 0.46 0.47
Hex AE 44 40 0 3D 3F 20 2 2E 2F
Octal 256 104 100 0 75 77 40 2 56 57
Binary 10101110 1000100 1000000 0 111101 111111 100000 10 101110 101111

Color Harmonies of #AE4440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4440

Black with #AE4440

Text Example


Text Example

White with #AE4440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4440; }

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

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

background-color css

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

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

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

border-color css

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

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

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