Html Css Color HEX #AE3C34 Medium Carmine

📋 copy color: '#AE3C34'

red 174 ◦ green 60 ◦ blue 52

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

Shades of Medium Carmine #AE3C34

Tints of Medium Carmine #AE3C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 60.84%
G = 20.98%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE3C34 (or 0xAE3C34) is known color: Medium Carmine. HEX triplet: AE, 3C and 34. RGB value is (174,60,52). Sum of RGB (Red+Green+Blue) = 174+60+52=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3C34 is #51C3CB. Grayscale: #5D5D5D. Windows color (decimal): -5358540 or 3423406. OLE color: 3423406.

HSL color Cylindrical-coordinate representation of color #AE3C34: hue angle of 3.93º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE3C34 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 60 52 -
CMYK 0 0.66 0.70 0.32
HSL 3.93º 0.54% 0.44% -
HSV(B) 3.93º 0.7% 0.68% -
XYZ 19.69 12.48 4.62 -
YUV 93.17 104.77 185.65 -
System Red Green Blue C M Y K H S L
Decimal 174 60 52 0 0.66 0.70 0.32 3.93 0.54 0.44
Hex AE 3C 34 0 42 46 20 4 36 2C
Octal 256 74 64 0 102 106 40 4 66 54
Binary 10101110 111100 110100 0 1000010 1000110 100000 100 110110 101100

Color Harmonies of #AE3C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C34

Black with #AE3C34

Text Example


Text Example

White with #AE3C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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