#AC3C3A

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

Shades of Medium Carmine #AC3C3A

Tints of Medium Carmine #AC3C3A

Color information

#AC3C3A (or 0xAC3C3A) is unknown color: approx Medium Carmine. HEX triplet: AC, 3C and 3A. RGB value is (172,60,58). Sum of RGB (Red+Green+Blue) = 172+60+58=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3C3A is #53C3C5. Grayscale: #5D5D5D. Windows color (decimal): -5489606 or 3816620. OLE color: 3816620.

HSL color Cylindrical-coordinate representation of color #AC3C3A: hue angle of 1.05º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC3C3A is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB1726058-
CMYK00.650.660.33
HSL1.05º49.57%45.1%-
HSV(B)1.05º66.28%67.45%-
XYZ19.3912.315.36-
YUV93.26108.11184.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.31%
GREEN value IS 60 (23.83% from 255) = 20.69%
BLUE value IS 58 (23.05% from 255) = 20%
R=59.31%
G=20.69%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172605800.650.660.331.0549.5745.1
HexAC3C3A04142211322d
Octal254747201011024116255
Binary101011001111001110100100000110000101000011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3C3A; }

 p { color: rgb(172,60,58); }

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

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

 a { background-color: rgb(172,60,58); }

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

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

 span { border-color: rgb(172,60,58); }

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