#AC4134

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

Shades of Medium Carmine #AC4134

Tints of Medium Carmine #AC4134

Color information

#AC4134 (or 0xAC4134) is unknown color: approx Medium Carmine. HEX triplet: AC, 41 and 34. RGB value is (172,65,52). Sum of RGB (Red+Green+Blue) = 172+65+52=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4134 is #53BECB. Grayscale: #5F5F5F. Windows color (decimal): -5488332 or 3424684. OLE color: 3424684.

HSL color Cylindrical-coordinate representation of color #AC4134: hue angle of 6.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 #AC4134 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB1726552-
CMYK00.620.700.33
HSL6.5º53.57%43.92%-
HSV(B)6.5º69.77%67.45%-
XYZ19.5212.84.69-
YUV95.51103.45182.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.52%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 52 (20.70% from 255) = 17.99%
R=59.52%
G=22.49%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172655200.620.700.336.553.5743.92
HexAC413403E46217362c
Octal254101640761064176654
Binary10101100100000111010001111101000110100001111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4134; }

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

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

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

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

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

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

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

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