#AE4A35

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

Shades of Medium Carmine #AE4A35

Tints of Medium Carmine #AE4A35

Color information

#AE4A35 (or 0xAE4A35) is unknown color: approx Medium Carmine. HEX triplet: AE, 4A and 35. RGB value is (174,74,53). Sum of RGB (Red+Green+Blue) = 174+74+53=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4A35 is #51B5CA. Grayscale: #656565. Windows color (decimal): -5354955 or 3492526. OLE color: 3492526.

HSL color Cylindrical-coordinate representation of color #AE4A35: hue angle of 10.41º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE4A35 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB1747453-
CMYK00.570.700.32
HSL10.41º53.3%44.51%-
HSV(B)10.41º69.54%68.24%-
XYZ20.5514.155.02-
YUV101.51100.63179.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.81%
GREEN value IS 74 (29.30% from 255) = 24.58%
BLUE value IS 53 (21.09% from 255) = 17.61%
R=57.81%
G=24.58%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174745300.570.700.3210.4153.344.51
HexAE4A350394620a352d
Octal2561126507110640126555
Binary101011101001010110101011100110001101000001010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4A35; }

 p { color: rgb(174,74,53); }

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

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

 a { background-color: rgb(174,74,53); }

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

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

 span { border-color: rgb(174,74,53); }

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