#AE463B

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

Shades of Medium Carmine #AE463B

Tints of Medium Carmine #AE463B

Color information

#AE463B (or 0xAE463B) is unknown color: approx Medium Carmine. HEX triplet: AE, 46 and 3B. RGB value is (174,70,59). Sum of RGB (Red+Green+Blue) = 174+70+59=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE463B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE463B is #51B9C4. Grayscale: #636363. Windows color (decimal): -5355973 or 3884718. OLE color: 3884718.

HSL color Cylindrical-coordinate representation of color #AE463B: hue angle of 5.74º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE463B is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB1747059-
CMYK00.600.660.32
HSL5.74º49.36%45.69%-
HSV(B)5.74º66.09%68.24%-
XYZ20.4413.695.7-
YUV99.84104.96180.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.43%
GREEN value IS 70 (27.73% from 255) = 23.10%
BLUE value IS 59 (23.44% from 255) = 19.47%
R=57.43%
G=23.10%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174705900.600.660.325.7449.3645.69
HexAE463B03C42206312e
Octal256106730741024066156
Binary10101110100011011101101111001000010100000110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE463B; }

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

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

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

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

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

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

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

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