#AC463C

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

Shades of Medium Carmine #AC463C

Tints of Medium Carmine #AC463C

Color information

#AC463C (or 0xAC463C) is unknown color: approx Medium Carmine. HEX triplet: AC, 46 and 3C. RGB value is (172,70,60). Sum of RGB (Red+Green+Blue) = 172+70+60=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC463C is #53B9C3. Grayscale: #636363. Windows color (decimal): -5487044 or 3950252. OLE color: 3950252.

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

Color convert

RGB1727060-
CMYK00.590.650.33
HSL5.36º48.28%45.49%-
HSV(B)5.36º65.12%67.45%-
XYZ20.0213.485.82-
YUV99.36105.79179.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.95%
GREEN value IS 70 (27.73% from 255) = 23.18%
BLUE value IS 60 (23.83% from 255) = 19.87%
R=56.95%
G=23.18%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172706000.590.650.335.3648.2845.49
HexAC463C03B41215302d
Octal254106740731014156055
Binary10101100100011011110001110111000001100001101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC463C; }

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

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

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

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

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

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

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

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