Html Css Color HEX #AE4731 Medium Carmine

📋 copy color: '#AE4731'

red 174 ◦ green 71 ◦ blue 49

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

Shades of Medium Carmine #AE4731

Tints of Medium Carmine #AE4731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.15%

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

R = 59.18%
G = 24.15%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE4731 (or 0xAE4731) is known color: Medium Carmine. HEX triplet: AE, 47 and 31. RGB value is (174,71,49). Sum of RGB (Red+Green+Blue) = 174+71+49=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4731 is #51B8CE. Grayscale: #636363. Windows color (decimal): -5355727 or 3229614. OLE color: 3229614.

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

Color convert

RGB 174 71 49 -
CMYK 0 0.59 0.72 0.32
HSL 10.56º 0.56% 0.44% -
HSV(B) 10.56º 0.72% 0.68% -
XYZ 20.26 13.73 4.49 -
YUV 99.29 99.62 181.29 -
System Red Green Blue C M Y K H S L
Decimal 174 71 49 0 0.59 0.72 0.32 10.56 0.56 0.44
Hex AE 47 31 0 3B 48 20 B 38 2C
Octal 256 107 61 0 73 110 40 13 70 54
Binary 10101110 1000111 110001 0 111011 1001000 100000 1011 111000 101100

Color Harmonies of #AE4731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4731

Black with #AE4731

Text Example


Text Example

White with #AE4731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4731; }

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

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

background-color css

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

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

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

border-color css

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

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

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