Html Css Color HEX #AE3E2C Medium Carmine

📋 copy color: '#AE3E2C'

red 174 ◦ green 62 ◦ blue 44

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

Shades of Medium Carmine #AE3E2C

Tints of Medium Carmine #AE3E2C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.14%

 BLUE value IS 44 (17.58% from 255) = 15.71%

R = 62.14%
G = 22.14%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE3E2C (or 0xAE3E2C) is known color: Medium Carmine. HEX triplet: AE, 3E and 2C. RGB value is (174,62,44). Sum of RGB (Red+Green+Blue) = 174+62+44=280 (37% of max value = 765). Red value is 174 (68.36% from 255 or 62.14% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3E2C is #51C1D3. Grayscale: #5D5D5D. Windows color (decimal): -5358036 or 2899630. OLE color: 2899630.

HSL color Cylindrical-coordinate representation of color #AE3E2C: hue angle of 8.31º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE3E2C is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 62 44 -
CMYK 0 0.64 0.75 0.32
HSL 8.31º 0.6% 0.43% -
HSV(B) 8.31º 0.75% 0.68% -
XYZ 19.63 12.63 3.79 -
YUV 93.44 100.11 185.46 -
System Red Green Blue C M Y K H S L
Decimal 174 62 44 0 0.64 0.75 0.32 8.31 0.6 0.43
Hex AE 3E 2C 0 40 4B 20 8 3C 2B
Octal 256 76 54 0 100 113 40 10 74 53
Binary 10101110 111110 101100 0 1000000 1001011 100000 1000 111100 101011

Color Harmonies of #AE3E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3E2C

Black with #AE3E2C

Text Example


Text Example

White with #AE3E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3E2C; }

 p { color: rgb(174,62,44); }

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

background-color css

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

 a { background-color: rgb(174,62,44); }

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

border-color css

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

 span { border-color: rgb(174,62,44); }

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