#AE4831

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

Shades of Medium Carmine #AE4831

Tints of Medium Carmine #AE4831

Color information

#AE4831 (or 0xAE4831) is unknown color: approx Medium Carmine. HEX triplet: AE, 48 and 31. RGB value is (174,72,49). Sum of RGB (Red+Green+Blue) = 174+72+49=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4831 is #51B7CE. Grayscale: #646464. Windows color (decimal): -5355471 or 3229870. OLE color: 3229870.

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

Color convert

RGB1747249-
CMYK00.590.720.32
HSL11.04º56.05%43.73%-
HSV(B)11.04º71.84%68.24%-
XYZ20.3313.864.51-
YUV99.8899.29180.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58.98%
GREEN value IS 72 (28.52% from 255) = 24.41%
BLUE value IS 49 (19.53% from 255) = 16.61%
R=58.98%
G=24.41%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174724900.590.720.3211.0456.0543.73
HexAE483103B4820b382c
Octal2561106107311040137054
Binary101011101001000110001011101110010001000001011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4831; }

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

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

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

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

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

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

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

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