#AE4631

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

Shades of Medium Carmine #AE4631

Tints of Medium Carmine #AE4631

Color information

#AE4631 (or 0xAE4631) is unknown color: approx Medium Carmine. HEX triplet: AE, 46 and 31. RGB value is (174,70,49). Sum of RGB (Red+Green+Blue) = 174+70+49=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4631 is #51B9CE. Grayscale: #626262. Windows color (decimal): -5355983 or 3229358. OLE color: 3229358.

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

Color convert

RGB1747049-
CMYK00.600.720.32
HSL10.08º56.05%43.73%-
HSV(B)10.08º71.84%68.24%-
XYZ20.213.64.47-
YUV98.799.96181.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.39%
GREEN value IS 70 (27.73% from 255) = 23.89%
BLUE value IS 49 (19.53% from 255) = 16.72%
R=59.39%
G=23.89%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174704900.600.720.3210.0856.0543.73
HexAE463103C4820a382c
Octal2561066107411040127054
Binary101011101000110110001011110010010001000001010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4631; }

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

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

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

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

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

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

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

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