#AE4933

Color #AE4933 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #AE4933

Tints of Medium Carmine #AE4933

Color information

#AE4933 (or 0xAE4933) is unknown color: approx Medium Carmine. HEX triplet: AE, 49 and 33. RGB value is (174,73,51). Sum of RGB (Red+Green+Blue) = 174+73+51=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4933 is #51B6CC. Grayscale: #646464. Windows color (decimal): -5355213 or 3361198. OLE color: 3361198.

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

Color convert

RGB1747351-
CMYK00.580.710.32
HSL10.73º54.67%44.12%-
HSV(B)10.73º70.69%68.24%-
XYZ20.44144.76-
YUV100.6999.96180.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.39%
GREEN value IS 73 (28.91% from 255) = 24.50%
BLUE value IS 51 (20.31% from 255) = 17.11%
R=58.39%
G=24.50%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174735100.580.710.3210.7354.6744.12
HexAE493303A4720b372c
Octal2561116307210740136754
Binary101011101001001110011011101010001111000001011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4933; }

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

 H1.HeaderClassName
 {
   color: #AE4933;
 }
 .AnyTagClassName
 {
   color: #AE4933;
 }
</style>
background-color css

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

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

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

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

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

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