#AC3D34

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

Shades of Medium Carmine #AC3D34

Tints of Medium Carmine #AC3D34

Color information

#AC3D34 (or 0xAC3D34) is unknown color: approx Medium Carmine. HEX triplet: AC, 3D and 34. RGB value is (172,61,52). Sum of RGB (Red+Green+Blue) = 172+61+52=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3D34 is #53C2CB. Grayscale: #5D5D5D. Windows color (decimal): -5489356 or 3423660. OLE color: 3423660.

HSL color Cylindrical-coordinate representation of color #AC3D34: hue angle of 4.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3D34 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB1726152-
CMYK00.650.700.33
HSL4.5º53.57%43.92%-
HSV(B)4.5º69.77%67.45%-
XYZ19.312.364.62-
YUV93.16104.77184.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.35%
GREEN value IS 61 (24.22% from 255) = 21.40%
BLUE value IS 52 (20.70% from 255) = 18.25%
R=60.35%
G=21.40%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172615200.650.700.334.553.5743.92
HexAC3D3404146214362c
Octal254756401011064146654
Binary10101100111101110100010000011000110100001100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3D34; }

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

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

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

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

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

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

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

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