#AE403E

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

Shades of Medium Carmine #AE403E

Tints of Medium Carmine #AE403E

Color information

#AE403E (or 0xAE403E) is unknown color: approx Medium Carmine. HEX triplet: AE, 40 and 3E. RGB value is (174,64,62). Sum of RGB (Red+Green+Blue) = 174+64+62=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE403E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE403E is #51BFC1. Grayscale: #606060. Windows color (decimal): -5357506 or 4079790. OLE color: 4079790.

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

Color convert

RGB1746462-
CMYK00.630.640.32
HSL1.07º47.46%46.27%-
HSV(B)1.07º64.37%68.24%-
XYZ20.1613.016.01-
YUV96.66108.44183.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 58%
GREEN value IS 64 (25.39% from 255) = 21.33%
BLUE value IS 62 (24.61% from 255) = 20.67%
R=58%
G=21.33%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174646200.630.640.321.0747.4646.27
HexAE403E03F402012f2e
Octal256100760771004015756
Binary101011101000000111110011111110000001000001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE403E; }

 p { color: rgb(174,64,62); }

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

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

 a { background-color: rgb(174,64,62); }

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

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

 span { border-color: rgb(174,64,62); }

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