#AC4334

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

Shades of Medium Carmine #AC4334

Tints of Medium Carmine #AC4334

Color information

#AC4334 (or 0xAC4334) is unknown color: approx Medium Carmine. HEX triplet: AC, 43 and 34. RGB value is (172,67,52). Sum of RGB (Red+Green+Blue) = 172+67+52=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4334 is #53BCCB. Grayscale: #606060. Windows color (decimal): -5487820 or 3425196. OLE color: 3425196.

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

Color convert

RGB1726752-
CMYK00.610.700.33
HSL7.5º53.57%43.92%-
HSV(B)7.5º69.77%67.45%-
XYZ19.6413.034.73-
YUV96.68102.79181.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.11%
GREEN value IS 67 (26.56% from 255) = 23.02%
BLUE value IS 52 (20.70% from 255) = 17.87%
R=59.11%
G=23.02%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172675200.610.700.337.553.5743.92
HexAC433403D46218362c
Octal2541036407510641106654
Binary101011001000011110100011110110001101000011000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4334; }

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

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

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

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

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

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

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

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