#AC3533

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

Shades of Medium Carmine #AC3533

Tints of Medium Carmine #AC3533

Color information

#AC3533 (or 0xAC3533) is unknown color: approx Medium Carmine. HEX triplet: AC, 35 and 33. RGB value is (172,53,51). Sum of RGB (Red+Green+Blue) = 172+53+51=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3533 is #53CACC. Grayscale: #585858. Windows color (decimal): -5491405 or 3356076. OLE color: 3356076.

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

Color convert

RGB1725351-
CMYK00.690.700.33
HSL0.99º54.26%43.73%-
HSV(B)0.99º70.35%67.45%-
XYZ18.8811.564.37-
YUV88.35106.92187.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.32%
GREEN value IS 53 (21.09% from 255) = 19.20%
BLUE value IS 51 (20.31% from 255) = 18.48%
R=62.32%
G=19.20%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172535100.690.700.330.9954.2643.73
HexAC353304546211362c
Octal254656301051064116654
Binary101011001101011100110100010110001101000011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3533; }

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

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

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

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

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

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

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

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