#AC3C2C

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

Shades of Medium Carmine #AC3C2C

Tints of Medium Carmine #AC3C2C

Color information

#AC3C2C (or 0xAC3C2C) is unknown color: approx Medium Carmine. HEX triplet: AC, 3C and 2C. RGB value is (172,60,44). Sum of RGB (Red+Green+Blue) = 172+60+44=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3C2C is #53C3D3. Grayscale: #5B5B5B. Windows color (decimal): -5489620 or 2899116. OLE color: 2899116.

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

Color convert

RGB1726044-
CMYK00.650.740.33
HSL7.5º59.26%42.35%-
HSV(B)7.5º74.42%67.45%-
XYZ19.0812.183.73-
YUV91.66101.11185.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.32%
GREEN value IS 60 (23.83% from 255) = 21.74%
BLUE value IS 44 (17.58% from 255) = 15.94%
R=62.32%
G=21.74%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172604400.650.740.337.559.2642.35
HexAC3C2C0414A2183b2a
Octal2547454010111241107352
Binary101011001111001011000100000110010101000011000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3C2C; }

 p { color: rgb(172,60,44); }

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

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

 a { background-color: rgb(172,60,44); }

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

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

 span { border-color: rgb(172,60,44); }

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