#AC3E2D

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

Shades of Medium Carmine #AC3E2D

Tints of Medium Carmine #AC3E2D

Color information

#AC3E2D (or 0xAC3E2D) is unknown color: approx Medium Carmine. HEX triplet: AC, 3E and 2D. RGB value is (172,62,45). Sum of RGB (Red+Green+Blue) = 172+62+45=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3E2D is #53C1D2. Grayscale: #5D5D5D. Windows color (decimal): -5489107 or 2965164. OLE color: 2965164.

HSL color Cylindrical-coordinate representation of color #AC3E2D: hue angle of 8.03º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC3E2D is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB1726245-
CMYK00.640.740.33
HSL8.03º58.53%42.55%-
HSV(B)8.03º73.84%67.45%-
XYZ19.2112.413.86-
YUV92.95100.94184.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 61.65%
GREEN value IS 62 (24.61% from 255) = 22.22%
BLUE value IS 45 (17.97% from 255) = 16.13%
R=61.65%
G=22.22%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172624500.640.740.338.0358.5342.55
HexAC3E2D0404A2183b2b
Octal2547655010011241107353
Binary101011001111101011010100000010010101000011000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3E2D; }

 p { color: rgb(172,62,45); }

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

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

 a { background-color: rgb(172,62,45); }

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

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

 span { border-color: rgb(172,62,45); }

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