Html Css Color HEX #AE3A31 Medium Carmine

📋 copy color: '#AE3A31'

red 174 ◦ green 58 ◦ blue 49

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

Shades of Medium Carmine #AE3A31

Tints of Medium Carmine #AE3A31

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.64%

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

R = 61.92%
G = 20.64%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE3A31 (or 0xAE3A31) is known color: Medium Carmine. HEX triplet: AE, 3A and 31. RGB value is (174,58,49). Sum of RGB (Red+Green+Blue) = 174+58+49=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3A31 is #51C5CE. Grayscale: #5B5B5B. Windows color (decimal): -5359055 or 3226286. OLE color: 3226286.

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

Color convert

RGB 174 58 49 -
CMYK 0 0.67 0.72 0.32
HSL 4.32º 0.56% 0.44% -
HSV(B) 4.32º 0.72% 0.68% -
XYZ 19.52 12.25 4.24 -
YUV 91.66 103.93 186.73 -
System Red Green Blue C M Y K H S L
Decimal 174 58 49 0 0.67 0.72 0.32 4.32 0.56 0.44
Hex AE 3A 31 0 43 48 20 4 38 2C
Octal 256 72 61 0 103 110 40 4 70 54
Binary 10101110 111010 110001 0 1000011 1001000 100000 100 111000 101100

Color Harmonies of #AE3A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3A31

Black with #AE3A31

Text Example


Text Example

White with #AE3A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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