#AE443D

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

Shades of Medium Carmine #AE443D

Tints of Medium Carmine #AE443D

Color information

#AE443D (or 0xAE443D) is unknown color: approx Medium Carmine. HEX triplet: AE, 44 and 3D. RGB value is (174,68,61). Sum of RGB (Red+Green+Blue) = 174+68+61=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE443D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE443D is #51BBC2. Grayscale: #636363. Windows color (decimal): -5356483 or 4015278. OLE color: 4015278.

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

Color convert

RGB1746861-
CMYK00.610.650.32
HSL3.72º48.09%46.08%-
HSV(B)3.72º64.94%68.24%-
XYZ20.3613.475.94-
YUV98.9106.62181.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.43%
GREEN value IS 68 (26.95% from 255) = 22.44%
BLUE value IS 61 (24.22% from 255) = 20.13%
R=57.43%
G=22.44%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174686100.610.650.323.7248.0946.08
HexAE443D03D41204302e
Octal256104750751014046056
Binary10101110100010011110101111011000001100000100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE443D; }

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

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

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

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

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

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

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

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