#AC3635

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

Shades of Medium Carmine #AC3635

Tints of Medium Carmine #AC3635

Color information

#AC3635 (or 0xAC3635) is unknown color: approx Medium Carmine. HEX triplet: AC, 36 and 35. RGB value is (172,54,53). Sum of RGB (Red+Green+Blue) = 172+54+53=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3635 is #53C9CA. Grayscale: #595959. Windows color (decimal): -5491147 or 3487404. OLE color: 3487404.

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

Color convert

RGB1725453-
CMYK00.690.690.33
HSL0.5º52.89%44.12%-
HSV(B)0.5º69.19%67.45%-
XYZ18.9811.674.62-
YUV89.17107.59187.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 61.65%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 53 (21.09% from 255) = 19.00%
R=61.65%
G=19.35%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172545300.690.690.330.552.8944.12
HexAC363504545211352c
Octal254666501051054116554
Binary101011001101101101010100010110001011000011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3635; }

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

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

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

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

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

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

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

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