#AC473C

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

Shades of Medium Carmine #AC473C

Tints of Medium Carmine #AC473C

Color information

#AC473C (or 0xAC473C) is unknown color: approx Medium Carmine. HEX triplet: AC, 47 and 3C. RGB value is (172,71,60). Sum of RGB (Red+Green+Blue) = 172+71+60=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC473C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC473C is #53B8C3. Grayscale: #646464. Windows color (decimal): -5486788 or 3950508. OLE color: 3950508.

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

Color convert

RGB1727160-
CMYK00.590.650.33
HSL5.89º48.28%45.49%-
HSV(B)5.89º65.12%67.45%-
XYZ20.0813.65.84-
YUV99.94105.46179.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.77%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 60 (23.83% from 255) = 19.80%
R=56.77%
G=23.43%
B=19.80%

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
Decimal172716000.590.650.335.8948.2845.49
HexAC473C03B41216302d
Octal254107740731014166055
Binary10101100100011111110001110111000001100001110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC473C; }

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

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

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

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

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

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

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

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