#AE3E25

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

Shades of Medium Carmine #AE3E25

Tints of Medium Carmine #AE3E25

Color information

#AE3E25 (or 0xAE3E25) is unknown color: approx Medium Carmine. HEX triplet: AE, 3E and 25. RGB value is (174,62,37). Sum of RGB (Red+Green+Blue) = 174+62+37=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3E25 is #51C1DA. Grayscale: #5C5C5C. Windows color (decimal): -5358043 or 2440878. OLE color: 2440878.

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

Color convert

RGB1746237-
CMYK00.640.790.32
HSL10.95º64.93%41.37%-
HSV(B)10.95º78.74%68.24%-
XYZ19.5112.583.15-
YUV92.6496.61186.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.74%
GREEN value IS 62 (24.61% from 255) = 22.71%
BLUE value IS 37 (14.84% from 255) = 13.55%
R=63.74%
G=22.71%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174623700.640.790.3210.9564.9341.37
HexAE3E250404F20b4129
Octal25676450100117401310151
Binary1010111011111010010101000000100111110000010111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3E25; }

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

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

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

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

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

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

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

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