Html Css Color HEX #AE4932 Medium Carmine

📋 copy color: '#AE4932'

red 174 ◦ green 73 ◦ blue 50

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

Shades of Medium Carmine #AE4932

Tints of Medium Carmine #AE4932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.84%

R = 58.59%
G = 24.58%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE4932 (or 0xAE4932) is known color: Medium Carmine. HEX triplet: AE, 49 and 32. RGB value is (174,73,50). Sum of RGB (Red+Green+Blue) = 174+73+50=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4932 is #51B6CD. Grayscale: #646464. Windows color (decimal): -5355214 or 3295662. OLE color: 3295662.

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

Color convert

RGB 174 73 50 -
CMYK 0 0.58 0.71 0.32
HSL 11.13º 0.55% 0.44% -
HSV(B) 11.13º 0.71% 0.68% -
XYZ 20.41 13.99 4.64 -
YUV 100.58 99.46 180.37 -
System Red Green Blue C M Y K H S L
Decimal 174 73 50 0 0.58 0.71 0.32 11.13 0.55 0.44
Hex AE 49 32 0 3A 47 20 B 37 2C
Octal 256 111 62 0 72 107 40 13 67 54
Binary 10101110 1001001 110010 0 111010 1000111 100000 1011 110111 101100

Color Harmonies of #AE4932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4932

Black with #AE4932

Text Example


Text Example

White with #AE4932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4932; }

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

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

background-color css

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

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

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

border-color css

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

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

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