#AC3C3B

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

Shades of Medium Carmine #AC3C3B

Tints of Medium Carmine #AC3C3B

Color information

#AC3C3B (or 0xAC3C3B) is unknown color: approx Medium Carmine. HEX triplet: AC, 3C and 3B. RGB value is (172,60,59). Sum of RGB (Red+Green+Blue) = 172+60+59=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3C3B is #53C3C4. Grayscale: #5D5D5D. Windows color (decimal): -5489605 or 3882156. OLE color: 3882156.

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

Color convert

RGB1726059-
CMYK00.650.660.33
HSL0.53º48.92%45.29%-
HSV(B)0.53º65.7%67.45%-
XYZ19.4212.325.49-
YUV93.37108.61184.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.11%
GREEN value IS 60 (23.83% from 255) = 20.62%
BLUE value IS 59 (23.44% from 255) = 20.27%
R=59.11%
G=20.62%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172605900.650.660.330.5348.9245.29
HexAC3C3B04142211312d
Octal254747301011024116155
Binary101011001111001110110100000110000101000011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3C3B; }

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

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

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

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

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

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

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

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