Html Css Color HEX #AE3C31 Medium Carmine

📋 copy color: '#AE3C31'

red 174 ◦ green 60 ◦ blue 49

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

Shades of Medium Carmine #AE3C31

Tints of Medium Carmine #AE3C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.31%

R = 61.48%
G = 21.2%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE3C31 (or 0xAE3C31) is known color: Medium Carmine. HEX triplet: AE, 3C and 31. RGB value is (174,60,49). Sum of RGB (Red+Green+Blue) = 174+60+49=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3C31 is #51C3CE. Grayscale: #5C5C5C. Windows color (decimal): -5358543 or 3226798. OLE color: 3226798.

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

Color convert

RGB 174 60 49 -
CMYK 0 0.66 0.72 0.32
HSL 5.28º 0.56% 0.44% -
HSV(B) 5.28º 0.72% 0.68% -
XYZ 19.63 12.45 4.27 -
YUV 92.83 103.27 185.89 -
System Red Green Blue C M Y K H S L
Decimal 174 60 49 0 0.66 0.72 0.32 5.28 0.56 0.44
Hex AE 3C 31 0 42 48 20 5 38 2C
Octal 256 74 61 0 102 110 40 5 70 54
Binary 10101110 111100 110001 0 1000010 1001000 100000 101 111000 101100

Color Harmonies of #AE3C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C31

Black with #AE3C31

Text Example


Text Example

White with #AE3C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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