Html Css Color HEX #AE3C2C Medium Carmine

📋 copy color: '#AE3C2C'

red 174 ◦ green 60 ◦ blue 44

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

Shades of Medium Carmine #AE3C2C

Tints of Medium Carmine #AE3C2C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.58%

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

R = 62.59%
G = 21.58%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE3C2C (or 0xAE3C2C) is known color: Medium Carmine. HEX triplet: AE, 3C and 2C. RGB value is (174,60,44). Sum of RGB (Red+Green+Blue) = 174+60+44=278 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.59% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3C2C is #51C3D3. Grayscale: #5C5C5C. Windows color (decimal): -5358548 or 2899118. OLE color: 2899118.

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

Color convert

RGB 174 60 44 -
CMYK 0 0.66 0.75 0.32
HSL 7.38º 0.6% 0.43% -
HSV(B) 7.38º 0.75% 0.68% -
XYZ 19.53 12.41 3.75 -
YUV 92.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 174 60 44 0 0.66 0.75 0.32 7.38 0.6 0.43
Hex AE 3C 2C 0 42 4B 20 7 3C 2B
Octal 256 74 54 0 102 113 40 7 74 53
Binary 10101110 111100 101100 0 1000010 1001011 100000 111 111100 101011

Color Harmonies of #AE3C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C2C

Black with #AE3C2C

Text Example


Text Example

White with #AE3C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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