#AE422D

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

Shades of Medium Carmine #AE422D

Tints of Medium Carmine #AE422D

Color information

#AE422D (or 0xAE422D) is unknown color: approx Medium Carmine. HEX triplet: AE, 42 and 2D. RGB value is (174,66,45). Sum of RGB (Red+Green+Blue) = 174+66+45=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE422D is #51BDD2. Grayscale: #606060. Windows color (decimal): -5357011 or 2966190. OLE color: 2966190.

HSL color Cylindrical-coordinate representation of color #AE422D: hue angle of 9.77º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE422D is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB1746645-
CMYK00.620.740.32
HSL9.77º58.9%42.94%-
HSV(B)9.77º74.14%68.24%-
XYZ19.8813.083.96-
YUV95.999.28183.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 61.05%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 45 (17.97% from 255) = 15.79%
R=61.05%
G=23.16%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174664500.620.740.329.7758.942.94
HexAE422D03E4A20a3b2b
Octal2561025507611240127353
Binary101011101000010101101011111010010101000001010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE422D; }

 p { color: rgb(174,66,45); }

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

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

 a { background-color: rgb(174,66,45); }

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

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

 span { border-color: rgb(174,66,45); }

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