#AC3B36

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

Shades of Medium Carmine #AC3B36

Tints of Medium Carmine #AC3B36

Color information

#AC3B36 (or 0xAC3B36) is unknown color: approx Medium Carmine. HEX triplet: AC, 3B and 36. RGB value is (172,59,54). Sum of RGB (Red+Green+Blue) = 172+59+54=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3B36 is #53C4C9. Grayscale: #5C5C5C. Windows color (decimal): -5489866 or 3554220. OLE color: 3554220.

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

Color convert

RGB1725954-
CMYK00.660.690.33
HSL2.54º52.21%44.31%-
HSV(B)2.54º68.6%67.45%-
XYZ19.2412.164.82-
YUV92.22106.44184.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.35%
GREEN value IS 59 (23.44% from 255) = 20.70%
BLUE value IS 54 (21.48% from 255) = 18.95%
R=60.35%
G=20.70%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172595400.660.690.332.5452.2144.31
HexAC3B3604245213342c
Octal254736601021054136454
Binary1010110011101111011001000010100010110000111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3B36; }

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

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

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

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

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

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

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

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