#ac3632

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

Shades of Medium Carmine #AC3632

Tints of Medium Carmine #AC3632

Color information

#AC3632 (or 0xAC3632) is unknown color: approx Medium Carmine. HEX triplet: AC, 36 and 32. RGB value is (172,54,50). Sum of RGB (Red+Green+Blue) = 172+54+50=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3632 is #53C9CD. Grayscale: #585858. Windows color (decimal): -5491150 or 3290796. OLE color: 3290796.

HSL color Cylindrical-coordinate representation of color #AC3632: hue angle of 1.97º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3632 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB1725450-
CMYK00.690.710.33
HSL1.97º54.95%43.53%-
HSV(B)1.97º70.93%67.45%-
XYZ18.9111.644.27-
YUV88.83106.09187.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.32%
GREEN value IS 54 (21.48% from 255) = 19.57%
BLUE value IS 50 (19.92% from 255) = 18.12%
R=62.32%
G=19.57%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172545000.690.710.331.9754.9543.53
HexAC363204547212372c
Octal254666201051074126754
Binary1010110011011011001001000101100011110000110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac3632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac3632; }

 p { color: rgb(172,54,50); }

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

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

 a { background-color: rgb(172,54,50); }

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

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

 span { border-color: rgb(172,54,50); }

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