Html Css Color HEX #AE4934 Medium Carmine

📋 copy color: '#AE4934'

red 174 ◦ green 73 ◦ blue 52

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

Shades of Medium Carmine #AE4934

Tints of Medium Carmine #AE4934

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.41%

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

R = 58.19%
G = 24.41%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE4934 (or 0xAE4934) is known color: Medium Carmine. HEX triplet: AE, 49 and 34. RGB value is (174,73,52). Sum of RGB (Red+Green+Blue) = 174+73+52=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4934 is #51B6CB. Grayscale: #646464. Windows color (decimal): -5355212 or 3426734. OLE color: 3426734.

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

Color convert

RGB 174 73 52 -
CMYK 0 0.58 0.70 0.32
HSL 10.33º 0.54% 0.44% -
HSV(B) 10.33º 0.7% 0.68% -
XYZ 20.46 14.01 4.88 -
YUV 100.81 100.46 180.21 -
System Red Green Blue C M Y K H S L
Decimal 174 73 52 0 0.58 0.70 0.32 10.33 0.54 0.44
Hex AE 49 34 0 3A 46 20 A 36 2C
Octal 256 111 64 0 72 106 40 12 66 54
Binary 10101110 1001001 110100 0 111010 1000110 100000 1010 110110 101100

Color Harmonies of #AE4934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4934

Black with #AE4934

Text Example


Text Example

White with #AE4934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4934; }

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

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

background-color css

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

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

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

border-color css

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

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

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