Html Css Color HEX #AE4240 Medium Carmine

📋 copy color: '#AE4240'

red 174 ◦ green 66 ◦ blue 64

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

Shades of Medium Carmine #AE4240

Tints of Medium Carmine #AE4240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.71%

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

R = 57.24%
G = 21.71%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE4240 (or 0xAE4240) is known color: Medium Carmine. HEX triplet: AE, 42 and 40. RGB value is (174,66,64). Sum of RGB (Red+Green+Blue) = 174+66+64=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4240 is #51BDBF. Grayscale: #626262. Windows color (decimal): -5356992 or 4211374. OLE color: 4211374.

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

Color convert

RGB 174 66 64 -
CMYK 0 0.62 0.63 0.32
HSL 1.09º 0.46% 0.47% -
HSV(B) 1.09º 0.63% 0.68% -
XYZ 20.33 13.27 6.34 -
YUV 98.06 108.78 182.16 -
System Red Green Blue C M Y K H S L
Decimal 174 66 64 0 0.62 0.63 0.32 1.09 0.46 0.47
Hex AE 42 40 0 3E 3F 20 1 2E 2F
Octal 256 102 100 0 76 77 40 1 56 57
Binary 10101110 1000010 1000000 0 111110 111111 100000 1 101110 101111

Color Harmonies of #AE4240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4240

Black with #AE4240

Text Example


Text Example

White with #AE4240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4240; }

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

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

background-color css

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

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

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

border-color css

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

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

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