#AC4035

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

Shades of Medium Carmine #AC4035

Tints of Medium Carmine #AC4035

Color information

#AC4035 (or 0xAC4035) is unknown color: approx Medium Carmine. HEX triplet: AC, 40 and 35. RGB value is (172,64,53). Sum of RGB (Red+Green+Blue) = 172+64+53=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4035 is #53BFCA. Grayscale: #5F5F5F. Windows color (decimal): -5488587 or 3489964. OLE color: 3489964.

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

Color convert

RGB1726453-
CMYK00.630.690.33
HSL5.55º52.89%44.12%-
HSV(B)5.55º69.19%67.45%-
XYZ19.4912.694.79-
YUV95.04104.28182.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.52%
GREEN value IS 64 (25.39% from 255) = 22.15%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=59.52%
G=22.15%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172645300.630.690.335.5552.8944.12
HexAC403503F45216352c
Octal254100650771054166554
Binary10101100100000011010101111111000101100001110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4035; }

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

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

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

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

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

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

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

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