#AE3D35

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

Shades of Medium Carmine #AE3D35

Tints of Medium Carmine #AE3D35

Color information

#AE3D35 (or 0xAE3D35) is unknown color: approx Medium Carmine. HEX triplet: AE, 3D and 35. RGB value is (174,61,53). Sum of RGB (Red+Green+Blue) = 174+61+53=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3D35 is #51C2CA. Grayscale: #5E5E5E. Windows color (decimal): -5358283 or 3489198. OLE color: 3489198.

HSL color Cylindrical-coordinate representation of color #AE3D35: hue angle of 3.97º 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 #AE3D35 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB1746153-
CMYK00.650.700.32
HSL3.97º53.3%44.51%-
HSV(B)3.97º69.54%68.24%-
XYZ19.7712.594.76-
YUV93.88104.94185.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 60.42%
GREEN value IS 61 (24.22% from 255) = 21.18%
BLUE value IS 53 (21.09% from 255) = 18.40%
R=60.42%
G=21.18%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174615300.650.700.323.9753.344.51
HexAE3D3504146204352d
Octal256756501011064046555
Binary10101110111101110101010000011000110100000100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3D35; }

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

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

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

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

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

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

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

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