#AE3B2E

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

Shades of Medium Carmine #AE3B2E

Tints of Medium Carmine #AE3B2E

Color information

#AE3B2E (or 0xAE3B2E) is unknown color: approx Medium Carmine. HEX triplet: AE, 3B and 2E. RGB value is (174,59,46). Sum of RGB (Red+Green+Blue) = 174+59+46=279 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.37% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3B2E is #51C4D1. Grayscale: #5C5C5C. Windows color (decimal): -5358802 or 3029934. OLE color: 3029934.

HSL color Cylindrical-coordinate representation of color #AE3B2E: hue angle of 6.09º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE3B2E is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB1745946-
CMYK00.660.740.32
HSL6.09º58.18%43.14%-
HSV(B)6.09º73.56%68.24%-
XYZ19.5112.323.94-
YUV91.9102.1186.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.37%
GREEN value IS 59 (23.44% from 255) = 21.15%
BLUE value IS 46 (18.36% from 255) = 16.49%
R=62.37%
G=21.15%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174594600.660.740.326.0958.1843.14
HexAE3B2E0424A2063a2b
Octal256735601021124067253
Binary10101110111011101110010000101001010100000110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3B2E; }

 p { color: rgb(174,59,46); }

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

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

 a { background-color: rgb(174,59,46); }

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

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

 span { border-color: rgb(174,59,46); }

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