#AC3D2B

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

Shades of Medium Carmine #AC3D2B

Tints of Medium Carmine #AC3D2B

Color information

#AC3D2B (or 0xAC3D2B) is unknown color: approx Medium Carmine. HEX triplet: AC, 3D and 2B. RGB value is (172,61,43). Sum of RGB (Red+Green+Blue) = 172+61+43=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3D2B is #53C2D4. Grayscale: #5C5C5C. Windows color (decimal): -5489365 or 2833836. OLE color: 2833836.

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

Color convert

RGB1726143-
CMYK00.650.750.33
HSL8.37º60%42.16%-
HSV(B)8.37º75%67.45%-
XYZ19.1212.283.65-
YUV92.14100.27184.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.32%
GREEN value IS 61 (24.22% from 255) = 22.10%
BLUE value IS 43 (17.19% from 255) = 15.58%
R=62.32%
G=22.10%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172614300.650.750.338.376042.16
HexAC3D2B0414B2183c2a
Octal2547553010111341107452
Binary101011001111011010110100000110010111000011000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3D2B; }

 p { color: rgb(172,61,43); }

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

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

 a { background-color: rgb(172,61,43); }

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

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

 span { border-color: rgb(172,61,43); }

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