#AC4535

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

Shades of Medium Carmine #AC4535

Tints of Medium Carmine #AC4535

Color information

#AC4535 (or 0xAC4535) is unknown color: approx Medium Carmine. HEX triplet: AC, 45 and 35. RGB value is (172,69,53). Sum of RGB (Red+Green+Blue) = 172+69+53=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4535 is #53BACA. Grayscale: #626262. Windows color (decimal): -5487307 or 3491244. OLE color: 3491244.

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

Color convert

RGB1726953-
CMYK00.600.690.33
HSL8.07º52.89%44.12%-
HSV(B)8.07º69.19%67.45%-
XYZ19.7813.284.89-
YUV97.97102.62180.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.50%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 53 (21.09% from 255) = 18.03%
R=58.50%
G=23.47%
B=18.03%

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
Decimal172695300.600.690.338.0752.8944.12
HexAC453503C45218352c
Octal2541056507410541106554
Binary101011001000101110101011110010001011000011000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4535; }

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

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

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

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

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

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

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

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