#AE4B3D

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

Shades of Medium Carmine #AE4B3D

Tints of Medium Carmine #AE4B3D

Color information

#AE4B3D (or 0xAE4B3D) is unknown color: approx Medium Carmine. HEX triplet: AE, 4B and 3D. RGB value is (174,75,61). Sum of RGB (Red+Green+Blue) = 174+75+61=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4B3D is #51B4C2. Grayscale: #676767. Windows color (decimal): -5354691 or 4017070. OLE color: 4017070.

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

Color convert

RGB1747561-
CMYK00.570.650.32
HSL7.43º48.09%46.08%-
HSV(B)7.43º64.94%68.24%-
XYZ20.8114.376.09-
YUV103104.3178.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.13%
GREEN value IS 75 (29.69% from 255) = 24.19%
BLUE value IS 61 (24.22% from 255) = 19.68%
R=56.13%
G=24.19%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174756100.570.650.327.4348.0946.08
HexAE4B3D03941207302e
Octal256113750711014076056
Binary10101110100101111110101110011000001100000111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4B3D; }

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

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

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

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

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

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

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

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