#AC4435

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

Shades of Medium Carmine #AC4435

Tints of Medium Carmine #AC4435

Color information

#AC4435 (or 0xAC4435) is unknown color: approx Medium Carmine. HEX triplet: AC, 44 and 35. RGB value is (172,68,53). Sum of RGB (Red+Green+Blue) = 172+68+53=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4435 is #53BBCA. Grayscale: #616161. Windows color (decimal): -5487563 or 3490988. OLE color: 3490988.

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

Color convert

RGB1726853-
CMYK00.600.690.33
HSL7.56º52.89%44.12%-
HSV(B)7.56º69.19%67.45%-
XYZ19.7213.164.87-
YUV97.39102.96181.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.70%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=58.70%
G=23.21%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172685300.600.690.337.5652.8944.12
HexAC443503C45218352c
Octal2541046507410541106554
Binary101011001000100110101011110010001011000011000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4435; }

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

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

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

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

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

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

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

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